COLOR #C77717

HEX: #C77717
RGB: (199,119,23)

Color info

#C77717 contains mainly red color. Web safe color of #C77717 is #CC6600 (or #C60).

RGB color model

#C77717 color RGB value is (199,119,23).

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

RGB channels and saturation

R 199 of 255 = 78%
G 119 of 255 = 47%
B 23 of 255 = 9%

199
119
23

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

Portions of RGB colors in percentages

R + G + B =
199 + 119 + 23 = 341 (100%)
R 199 of 341 ~ 58.36%
G 119 of 341 ~ 34.9%
B 23 of 341 ~ 6.74%

%58.36
%34.9

CMYK color model

#C77717 color CMYK value is (0,40,88,22).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 88.44%
  • key color value is 21.96%
CMYK:
(0,40,88,22)
C0M40Y88K22 
(0%,40%,88%,22%)
(0.00/0.40/0.88/0.22)	

CMYK percentages

%0
%40.2
%88.44
%21.96

Codes

Color #C77717 in popluar color models

C77717
RGB19911923
HSL33°79.28%43.53%
HSB/HSV33°88.44%78.04%
CMYK0.00%40.20%88.44%
21.96%

Color #C77717 in popluar number systems.

HEXC77717
Decimal19911923
Binary11000111111011110111
Octal30716727

Shades and tints

Shades of #C77717

#C77717
(199,119,23)
#B56D15
(181,109,21)
#A36313
(163,99,19)
#915911
(145,89,17)
#7F4F0F
(127,79,15)
#6D450D
(109,69,13)
#5B3B0B
(91,59,11)
#493109
(73,49,9)
#372707
(55,39,7)
#251D05
(37,29,5)
#131303
(19,19,3)
#000000
(0,0,0)

Tints of #C77717

#C77717
(199,119,23)
#CC832C
(204,131,44)
#D18F41
(209,143,65)
#D69B56
(214,155,86)
#DBA76B
(219,167,107)
#E0B380
(224,179,128)
#E5BF95
(229,191,149)
#EACBAA
(234,203,170)
#EFD7BF
(239,215,191)
#F4E3D4
(244,227,212)
#F9EFE9
(249,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77717; }

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

This text font color is #C77717.


Background Color

.myBgColor { background-color: #C77717; }

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

This div background color is #C77717.


Border color

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

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

This div border color is #C77717.


Opacity

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

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

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

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

This text has shadow with #C77717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77717 on black background.


Color preview on white background

This text has color #C77717 on white background.



Black color preview on #C77717 background

This text has black color on #C77717 background.


White color preview on #C77717 background

This text has white color on #C77717 background.