COLOR #C77D73

HEX: #C77D73
RGB: (199,125,115)

Color info

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

RGB color model

#C77D73 color RGB value is (199,125,115).

  • red value is 199;
  • green value is 125;
  • blue value is 115.
RGB:
(199,125,115)
(78%,49%,45%)

RGB channels and saturation

R 199 of 255 = 78%
G 125 of 255 = 49%
B 115 of 255 = 45%

199
125
115

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

Portions of RGB colors in percentages

R + G + B =
199 + 125 + 115 = 439 (100%)
R 199 of 439 ~ 45.33%
G 125 of 439 ~ 28.47%
B 115 of 439 ~ 26.2%

%45.33
%28.47
%26.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 42.21%
  • 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
%37.19
%42.21
%21.96

Codes

Color #C77D73 in popluar color models

C77D73
RGB199125115
HSL42.86%61.57%
HSB/HSV42.21%78.04%
CMYK0.00%37.19%42.21%
21.96%

Color #C77D73 in popluar number systems.

HEXC77D73
Decimal199125115
Binary1100011111111011110011
Octal307175163

Shades and tints

Shades of #C77D73

#C77D73
(199,125,115)
#B57269
(181,114,105)
#A3675F
(163,103,95)
#915C55
(145,92,85)
#7F514B
(127,81,75)
#6D4641
(109,70,65)
#5B3B37
(91,59,55)
#49302D
(73,48,45)
#372523
(55,37,35)
#251A19
(37,26,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #C77D73

#C77D73
(199,125,115)
#CC887F
(204,136,127)
#D1938B
(209,147,139)
#D69E97
(214,158,151)
#DBA9A3
(219,169,163)
#E0B4AF
(224,180,175)
#E5BFBB
(229,191,187)
#EACAC7
(234,202,199)
#EFD5D3
(239,213,211)
#F4E0DF
(244,224,223)
#F9EBEB
(249,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77D73; }

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

This text font color is #C77D73.


Background Color

.myBgColor { background-color: #C77D73; }

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

This div background color is #C77D73.


Border color

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

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

This div border color is #C77D73.


Opacity

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

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

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

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

This text has shadow with #C77D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77D73 on black background.


Color preview on white background

This text has color #C77D73 on white background.



Black color preview on #C77D73 background

This text has black color on #C77D73 background.


White color preview on #C77D73 background

This text has white color on #C77D73 background.