COLOR #C77076

HEX: #C77076
RGB: (199,112,118)

Color info

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

RGB color model

#C77076 color RGB value is (199,112,118).

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

RGB channels and saturation

R 199 of 255 = 78%
G 112 of 255 = 44%
B 118 of 255 = 46%

199
112
118

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

Portions of RGB colors in percentages

R + G + B =
199 + 112 + 118 = 429 (100%)
R 199 of 429 ~ 46.39%
G 112 of 429 ~ 26.11%
B 118 of 429 ~ 27.51%

%46.39
%26.11
%27.51

CMYK color model

#C77076 color CMYK value is (0,44,41,22).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(0,44,41,22)
C0M44Y41K22 
(0%,44%,41%,22%)
(0.00/0.44/0.41/0.22)	

CMYK percentages

%0
%43.72
%40.7
%21.96

Codes

Color #C77076 in popluar color models

C77076
RGB199112118
HSL356°43.72%60.98%
HSB/HSV356°43.72%78.04%
CMYK0.00%43.72%40.70%
21.96%

Color #C77076 in popluar number systems.

HEXC77076
Decimal199112118
Binary1100011111100001110110
Octal307160166

Shades and tints

Shades of #C77076

#C77076
(199,112,118)
#B5666C
(181,102,108)
#A35C62
(163,92,98)
#915258
(145,82,88)
#7F484E
(127,72,78)
#6D3E44
(109,62,68)
#5B343A
(91,52,58)
#492A30
(73,42,48)
#372026
(55,32,38)
#25161C
(37,22,28)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #C77076

#C77076
(199,112,118)
#CC7D82
(204,125,130)
#D18A8E
(209,138,142)
#D6979A
(214,151,154)
#DBA4A6
(219,164,166)
#E0B1B2
(224,177,178)
#E5BEBE
(229,190,190)
#EACBCA
(234,203,202)
#EFD8D6
(239,216,214)
#F4E5E2
(244,229,226)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77076; }

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

This text font color is #C77076.


Background Color

.myBgColor { background-color: #C77076; }

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

This div background color is #C77076.


Border color

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

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

This div border color is #C77076.


Opacity

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

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

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

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

This text has shadow with #C77076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77076 on black background.


Color preview on white background

This text has color #C77076 on white background.



Black color preview on #C77076 background

This text has black color on #C77076 background.


White color preview on #C77076 background

This text has white color on #C77076 background.