COLOR #C77752

HEX: #C77752
RGB: (199,119,82)

Color info

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

RGB color model

#C77752 color RGB value is (199,119,82).

  • red value is 199;
  • green value is 119;
  • blue value is 82.
RGB:
(199,119,82)
(78%,47%,32%)

RGB channels and saturation

R 199 of 255 = 78%
G 119 of 255 = 47%
B 82 of 255 = 32%

199
119
82

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

Portions of RGB colors in percentages

R + G + B =
199 + 119 + 82 = 400 (100%)
R 199 of 400 ~ 49.75%
G 119 of 400 ~ 29.75%
B 82 of 400 ~ 20.5%

%49.75
%29.75
%20.5

CMYK color model

#C77752 color CMYK value is (0,40,59,22).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 58.79%
  • key color value is 21.96%
CMYK:
(0,40,59,22)
C0M40Y59K22 
(0%,40%,59%,22%)
(0.00/0.40/0.59/0.22)	

CMYK percentages

%0
%40.2
%58.79
%21.96

Codes

Color #C77752 in popluar color models

C77752
RGB19911982
HSL19°51.09%55.10%
HSB/HSV19°58.79%78.04%
CMYK0.00%40.20%58.79%
21.96%

Color #C77752 in popluar number systems.

HEXC77752
Decimal19911982
Binary1100011111101111010010
Octal307167122

Shades and tints

Shades of #C77752

#C77752
(199,119,82)
#B56D4B
(181,109,75)
#A36344
(163,99,68)
#91593D
(145,89,61)
#7F4F36
(127,79,54)
#6D452F
(109,69,47)
#5B3B28
(91,59,40)
#493121
(73,49,33)
#37271A
(55,39,26)
#251D13
(37,29,19)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #C77752

#C77752
(199,119,82)
#CC8361
(204,131,97)
#D18F70
(209,143,112)
#D69B7F
(214,155,127)
#DBA78E
(219,167,142)
#E0B39D
(224,179,157)
#E5BFAC
(229,191,172)
#EACBBB
(234,203,187)
#EFD7CA
(239,215,202)
#F4E3D9
(244,227,217)
#F9EFE8
(249,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77752 color. Also use rgb(199,119,82) instead hex code.

Text Font Color

.myTextColor { color: #C77752; }

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

This text font color is #C77752.


Background Color

.myBgColor { background-color: #C77752; }

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

This div background color is #C77752.


Border color

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

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

This div border color is #C77752.


Opacity

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

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

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

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

This text has shadow with #C77752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77752 on black background.


Color preview on white background

This text has color #C77752 on white background.



Black color preview on #C77752 background

This text has black color on #C77752 background.


White color preview on #C77752 background

This text has white color on #C77752 background.