crispedge.com

Color picker

Loading...

#d77e77 hex color - Red - Warm color - Information

#d77e77 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d77e77 Color code in RGB color code model is created after adding 84.31% red color, 49.41% green color and 46.67% blue color. Hex #d77e77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 45% yellow and 16% black.

Hex #d77e77 color code is between #dd7766 web safe hex color code and #cc8888 web safe hex color code. #dd7766 is the nearest web safe color code. You can see here many more shades of #d77e77 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Coded77e77#d77e77
RGB Decimal215, 126, 119rgb(215, 126, 119)
RGB Percent84%, 49%, 47%rgb(84%, 49%, 47%)
CSS RGBa215, 126, 119,1rgba(215,126,119,1)
CMYK Modelcmyk(0%,41%,45%,16%)
HSL Color Space4,55% ,65%hsl(4,55% ,65%)
HSV Color Space4°, 45%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101110111111001110111
Octal327176167
Decimal215126119
Hexd77e77

Different shades of #d77e77 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #d77e77
#e3a39e
Dark Shade of #d77e77
#cb5950
Saturated Shade of #d77e77
#e0766e
Desaturated Shade of #d77e77
#ce8680
Grey scale Shade of #d77e77
#a7a7a7
Brighten Shade
#f09790
Most Readable Shade
#000000

Shades of #d77e77 color code

Generate more color scales with scales (color stack) generator.

#d77e77
#bf7069
#a7625c
#8f544f
#774642
#5f3834
#472a27
#2f1c1a
#170e0d
#000000

Similar Color like #d77e77 color

Find visually similar hex color codes nearing to #d77e77 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#d87f78
#d98079
#da817a
#db827b
#dc837c
#dd847d
#de857e
#df867f
#e08780
#e18881
#e28982
#e38a83
#e48b84
#e58c85
#d67d76
#d57c75
#d47b74
#d37a73
#d27972
#d17871
#d07770
#cf766f
#ce756e
#cd746d
#cc736c
#cb726b
#ca716a
#c97069

Monochromatic Color with #d77e77

#d77e77
#020101
#2d1a19
#573330
#824c48
#ac655f

Tints of #d77e77 Color

#d77e77
#db8c86
#df9a95
#e4a9a4
#e8b7b3
#edc5c2
#f1d4d1
#f6e2e0
#faf0ef
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#d77e77
#77d0d7

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#d77e77
#77d7ae
#77a0d7

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#d77796
#d77783
#d77e77
#d79177
#d7a477

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#d77e77
#77d77e
#7e77d7

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#d77e77
#a0d777
#77d0d7
#ae77d7

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#d77e77
#77d0d7
#77a0d7
#d7ae77

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #d77e77 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#d77e77 Color Code Preview on Black Background Color

This is how #d77e77 Color will look on black background color. Color contrast ratio is 7.14

#d77e77 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#d77e77">Your Example Paragraph content text in with font color #d77e77 </p>

Your Example Paragraph content text in with font color #d77e77

HTML with inline CSS

<div style="color:#d77e77">Your Paragraph text in with font color #d77e77 </div>

Your Example Paragraph content text in with font color #d77e77

#d77e77 color code is use for CSS Background Color

Background color for the above div is #d77e77

HTML with inline CSS

<div style="background-color:#d77e77;"></div>

#d77e77 color code is use for CSS Border Color

CSS Border color for the above div is #d77e77

HTML with inline CSS

<div style="border:5px solid #d77e77;"></div>

CSS Border Left color for the above div is #d77e77

HTML with inline CSS

<div style="border-left:5px solid #d77e77;"></div>

CSS Border Right color for the above div is #d77e77

HTML with inline CSS

<div style="border-right:5px solid #d77e77;"></div>

CSS Border Bottom color for the above div is #d77e77

HTML with inline CSS

<div style="border-bottom:5px solid #d77e77;"></div>

CSS Border Top color for the above div is #d77e77

HTML with inline CSS

<div style="border-top:5px solid #d77e77;"></div>

#d77e77 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#d77e77; } .examplecolorclass {color:#d77e77; } .examplebordercolor {border:3px solid #d77e77; }

#d77e77 Color code Preview on White Background

This is how #d77e77 Color code will look on white background color. Color contrast ratio is 2.94

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #d77e77; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #d77e77; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(215,126,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,208,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(215,126,119,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.