COLOR #C77D59

HEX: #C77D59 RGB: (199,125,89)

Color info

#C77D59 contains mainly red color. Web safe color of #C77D59 is #CC6666 (or #C66).

RGB color model

#C77D59 color RGB value is (199,125,89).

RGB: (199,125,89) (78%, 49%, 35%)

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 89 of 255 = 35%

199
125
89

R + G + B ~ 54%. #C77D59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 199 + 125 + 89 = 413 (100%)
R 199 of 413 ~ 48.18%
G 125 of 413 ~ 30.27%
B 89 of 413 ~ 21.55'%

%48.18
%30.27
%21.55

CMYK color model

#C77D59 color CMYK value is (0,37,55,22).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 55.28%
  • key color value is 21.96%

CMYK: (0,37,55,22)
C0M37Y55K22 (0%, 37%, 55%, 22%)
(0.00 / 0.37 / 0.55 / 0.22)

CMYK percentages

%0
%37.19
%55.28
%21.96

Codes

Color #C77D59 in popluar color models

C7 7D 59
RGB 199 125 89
HSL 20° 49.55% 56.47%
HSB/HSV 20° 55.28% 78.04%
CMYK 0.00% 37.19% 55.28%
21.96%

Color #C77D59 in popluar number systems.

HEX C7 7D 59
Decimal 199 125 89
Binary 11000111 1111101 1011001
Octal 307 175 131

Shades and tints

Shades of #C77D59

#C77D59
(199,125,89)
#B57251
(181,114,81)
#A36749
(163,103,73)
#915C41
(145,92,65)
#7F5139
(127,81,57)
#6D4631
(109,70,49)
#5B3B29
(91,59,41)
#493021
(73,48,33)
#372519
(55,37,25)
#251A11
(37,26,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #C77D59

#C77D59
(199,125,89)
#CC8868
(204,136,104)
#D19377
(209,147,119)
#D69E86
(214,158,134)
#DBA995
(219,169,149)
#E0B4A4
(224,180,164)
#E5BFB3
(229,191,179)
#EACAC2
(234,202,194)
#EFD5D1
(239,213,209)
#F4E0E0
(244,224,224)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77D59 color. Also use rgb(199,125,89) instead hex code.

Text Font Color

.myTextColor { color: #C77D59; }

<p style="color:#C77D59">This sample text font color is #C77D59.</p>

This text font color is #C77D59.

Background Color

.myBgColor { background-color: #C77D59; }

<div style="background-color:#C77D59">Inner text</div>

This div background color is #C77D59.

Border color

.myBorderColor { border: 1px solid #C77D59; }

<div style="border:3px solid #C77D59">Div</div>

This div border color is #C77D59.

Opacity

.myOpacity80 { color: #C77D59; opacity: 0.8; }

<p style="color:#C77D59;opacity:0.8;">80%</p>

Text with #C77D59 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C77D59;}

<p style="text-shadow: 3px 3px 1px #C77D59">Text here.</p>

This text has shadow with #C77D59 color.


.textShadow {text-shadow: 3px 3px 1px #C77D59', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C77D59, 5px 5px 20px red">Text here.</p>

This text has shadow with #C77D59 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77D59, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C77D59, Direction=45, Strength=4)">Text</p>

This text has shadow with #C77D59 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C77D59;
-webkit-box-shadow: 1px 1px 3px 2px #C77D59;
box-shadow: 1px 1px 3px 2px #C77D59;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C77D59; -webkit-box-shadow: 1px 1px 3px 2px #C77D59; box-shadow:1px 1px 3px 2px #C77D59;">
Div content here
</div>

This div box has shadow with color #C77D59.

Preview

Color preview on black background

This text has color #C77D59 on black background.


Color preview on white background

This text has color #C77D59 on white background.


Black color preview on #C77D59 background

This text has black color on #C77D59 background.


White color preview on #C77D59 background

This text has white color on #C77D59 background.


Related colors

Complementary color

Complementary color for #hex is #3882A6.


I love getcolorcode.com

Triadic colors

1 #59C77D and #7D59C7 with #C77D59 are triadic colors.

2 #597DC7 and #7DC759 with #C77D59 are triadic colors.