COLOR #C77976

HEX: #C77976
RGB: (199,121,118)

Color info

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

RGB color model

#C77976 color RGB value is (199,121,118).

  • red value is 199;
  • green value is 121;
  • blue value is 118.
RGB:
(199,121,118)
(78%,47%,46%)

RGB channels and saturation

R 199 of 255 = 78%
G 121 of 255 = 47%
B 118 of 255 = 46%

199
121
118

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

Portions of RGB colors in percentages

R + G + B =
199 + 121 + 118 = 438 (100%)
R 199 of 438 ~ 45.43%
G 121 of 438 ~ 27.63%
B 118 of 438 ~ 26.94%

%45.43
%27.63
%26.94

CMYK color model

#C77976 color CMYK value is (0,39,41,22).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(0,39,41,22)
C0M39Y41K22 
(0%,39%,41%,22%)
(0.00/0.39/0.41/0.22)	

CMYK percentages

%0
%39.2
%40.7
%21.96

Codes

Color #C77976 in popluar color models

C77976
RGB199121118
HSL41.97%62.16%
HSB/HSV40.70%78.04%
CMYK0.00%39.20%40.70%
21.96%

Color #C77976 in popluar number systems.

HEXC77976
Decimal199121118
Binary1100011111110011110110
Octal307171166

Shades and tints

Shades of #C77976

#C77976
(199,121,118)
#B56E6C
(181,110,108)
#A36362
(163,99,98)
#915858
(145,88,88)
#7F4D4E
(127,77,78)
#6D4244
(109,66,68)
#5B373A
(91,55,58)
#492C30
(73,44,48)
#372126
(55,33,38)
#25161C
(37,22,28)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #C77976

#C77976
(199,121,118)
#CC8582
(204,133,130)
#D1918E
(209,145,142)
#D69D9A
(214,157,154)
#DBA9A6
(219,169,166)
#E0B5B2
(224,181,178)
#E5C1BE
(229,193,190)
#EACDCA
(234,205,202)
#EFD9D6
(239,217,214)
#F4E5E2
(244,229,226)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77976 color. Also use rgb(199,121,118) instead hex code.

Text Font Color

.myTextColor { color: #C77976; }

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

This text font color is #C77976.


Background Color

.myBgColor { background-color: #C77976; }

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

This div background color is #C77976.


Border color

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

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

This div border color is #C77976.


Opacity

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

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

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

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

This text has shadow with #C77976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77976 on black background.


Color preview on white background

This text has color #C77976 on white background.



Black color preview on #C77976 background

This text has black color on #C77976 background.


White color preview on #C77976 background

This text has white color on #C77976 background.