COLOR #C77E74

HEX: #C77E74 RGB: (199,126,116)

Color info

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

RGB color model

#C77E74 color RGB value is (199,126,116).

RGB: (199,126,116) (78%, 49%, 45%)

RGB channels and saturation

R 199 of 255 = 78%
G 126 of 255 = 49%
B 116 of 255 = 45%

199
126
116

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

Portions of RGB colors in percentages

R + G + B = 199 + 126 + 116 = 441 (100%)
R 199 of 441 ~ 45.12%
G 126 of 441 ~ 28.57%
B 116 of 441 ~ 26.3'%

%45.12
%28.57
%26.3

CMYK color model

#C77E74 color CMYK value is (0,37,42,22).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 41.71%
  • key color value is 21.96%

CMYK: (0,37,42,22)
C0M37Y42K22 (0%, 37%, 42%, 22%)
(0.00 / 0.37 / 0.42 / 0.22)

CMYK percentages

%0
%36.68
%41.71
%21.96

Codes

Color #C77E74 in popluar color models

C7 7E 74
RGB 199 126 116
HSL 42.56% 61.76%
HSB/HSV 41.71% 78.04%
CMYK 0.00% 36.68% 41.71%
21.96%

Color #C77E74 in popluar number systems.

HEX C7 7E 74
Decimal 199 126 116
Binary 11000111 1111110 1110100
Octal 307 176 164

Shades and tints

Shades of #C77E74

#C77E74
(199,126,116)
#B5736A
(181,115,106)
#A36860
(163,104,96)
#915D56
(145,93,86)
#7F524C
(127,82,76)
#6D4742
(109,71,66)
#5B3C38
(91,60,56)
#49312E
(73,49,46)
#372624
(55,38,36)
#251B1A
(37,27,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #C77E74

#C77E74
(199,126,116)
#CC8980
(204,137,128)
#D1948C
(209,148,140)
#D69F98
(214,159,152)
#DBAAA4
(219,170,164)
#E0B5B0
(224,181,176)
#E5C0BC
(229,192,188)
#EACBC8
(234,203,200)
#EFD6D4
(239,214,212)
#F4E1E0
(244,225,224)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77E74 color. Also use rgb(199,126,116) instead hex code.

Text Font Color

.myTextColor { color: #C77E74; }

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

This text font color is #C77E74.

Background Color

.myBgColor { background-color: #C77E74; }

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

This div background color is #C77E74.

Border color

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

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

This div border color is #C77E74.

Opacity

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

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

Text with #C77E74 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 #C77E74;}

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

This text has shadow with #C77E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77E74.

Preview

Color preview on black background

This text has color #C77E74 on black background.


Color preview on white background

This text has color #C77E74 on white background.


Black color preview on #C77E74 background

This text has black color on #C77E74 background.


White color preview on #C77E74 background

This text has white color on #C77E74 background.


Related colors

Complementary color

Complementary color for #hex is #38818B.


I love getcolorcode.com

Triadic colors

1 #74C77E and #7E74C7 with #C77E74 are triadic colors.

2 #747EC7 and #7EC774 with #C77E74 are triadic colors.