COLOR #C07E77

HEX: #C07E77
RGB: (192,126,119)

Color info

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

RGB color model

#C07E77 color RGB value is (192,126,119).

  • red value is 192;
  • green value is 126;
  • blue value is 119.
RGB:
(192,126,119)
(75%,49%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 126 of 255 = 49%
B 119 of 255 = 47%

192
126
119

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

Portions of RGB colors in percentages

R + G + B =
192 + 126 + 119 = 437 (100%)
R 192 of 437 ~ 43.94%
G 126 of 437 ~ 28.83%
B 119 of 437 ~ 27.23%

%43.94
%28.83
%27.23

CMYK color model

#C07E77 color CMYK value is (0,34,38,25).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 38.02%
  • key color value is 24.71%
CMYK:
(0,34,38,25)
C0M34Y38K25 
(0%,34%,38%,25%)
(0.00/0.34/0.38/0.25)	

CMYK percentages

%0
%34.38
%38.02
%24.71

Codes

Color #C07E77 in popluar color models

C07E77
RGB192126119
HSL36.68%60.98%
HSB/HSV38.02%75.29%
CMYK0.00%34.38%38.02%
24.71%

Color #C07E77 in popluar number systems.

HEXC07E77
Decimal192126119
Binary1100000011111101110111
Octal300176167

Shades and tints

Shades of #C07E77

#C07E77
(192,126,119)
#AF736D
(175,115,109)
#9E6863
(158,104,99)
#8D5D59
(141,93,89)
#7C524F
(124,82,79)
#6B4745
(107,71,69)
#5A3C3B
(90,60,59)
#493131
(73,49,49)
#382627
(56,38,39)
#271B1D
(39,27,29)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C07E77

#C07E77
(192,126,119)
#C58983
(197,137,131)
#CA948F
(202,148,143)
#CF9F9B
(207,159,155)
#D4AAA7
(212,170,167)
#D9B5B3
(217,181,179)
#DEC0BF
(222,192,191)
#E3CBCB
(227,203,203)
#E8D6D7
(232,214,215)
#EDE1E3
(237,225,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07E77 color. Also use rgb(192,126,119) instead hex code.

Text Font Color

.myTextColor { color: #C07E77; }

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

This text font color is #C07E77.


Background Color

.myBgColor { background-color: #C07E77; }

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

This div background color is #C07E77.


Border color

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

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

This div border color is #C07E77.


Opacity

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

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

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

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

This text has shadow with #C07E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07E77 on black background.


Color preview on white background

This text has color #C07E77 on white background.



Black color preview on #C07E77 background

This text has black color on #C07E77 background.


White color preview on #C07E77 background

This text has white color on #C07E77 background.