COLOR #C79762

HEX: #C79762
RGB: (199,151,98)

Color info

#C79762 contains mainly red and green colors. Web safe color of #C79762 is #CC9966 (or #C96).

RGB color model

#C79762 color RGB value is (199,151,98).

  • red value is 199;
  • green value is 151;
  • blue value is 98.
RGB:
(199,151,98)
(78%,59%,38%)

RGB channels and saturation

R 199 of 255 = 78%
G 151 of 255 = 59%
B 98 of 255 = 38%

199
151
98

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

Portions of RGB colors in percentages

R + G + B =
199 + 151 + 98 = 448 (100%)
R 199 of 448 ~ 44.42%
G 151 of 448 ~ 33.71%
B 98 of 448 ~ 21.88%

%44.42
%33.71
%21.88

CMYK color model

#C79762 color CMYK value is (0,24,51,22).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 50.75%
  • key color value is 21.96%
CMYK:
(0,24,51,22)
C0M24Y51K22 
(0%,24%,51%,22%)
(0.00/0.24/0.51/0.22)	

CMYK percentages

%0
%24.12
%50.75
%21.96

Codes

Color #C79762 in popluar color models

C79762
RGB19915198
HSL31°47.42%58.24%
HSB/HSV31°50.75%78.04%
CMYK0.00%24.12%50.75%
21.96%

Color #C79762 in popluar number systems.

HEXC79762
Decimal19915198
Binary11000111100101111100010
Octal307227142

Shades and tints

Shades of #C79762

#C79762
(199,151,98)
#B58A5A
(181,138,90)
#A37D52
(163,125,82)
#91704A
(145,112,74)
#7F6342
(127,99,66)
#6D563A
(109,86,58)
#5B4932
(91,73,50)
#493C2A
(73,60,42)
#372F22
(55,47,34)
#25221A
(37,34,26)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C79762

#C79762
(199,151,98)
#CCA070
(204,160,112)
#D1A97E
(209,169,126)
#D6B28C
(214,178,140)
#DBBB9A
(219,187,154)
#E0C4A8
(224,196,168)
#E5CDB6
(229,205,182)
#EAD6C4
(234,214,196)
#EFDFD2
(239,223,210)
#F4E8E0
(244,232,224)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79762 color. Also use rgb(199,151,98) instead hex code.

Text Font Color

.myTextColor { color: #C79762; }

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

This text font color is #C79762.


Background Color

.myBgColor { background-color: #C79762; }

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

This div background color is #C79762.


Border color

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

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

This div border color is #C79762.


Opacity

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

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

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

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

This text has shadow with #C79762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79762 on black background.


Color preview on white background

This text has color #C79762 on white background.



Black color preview on #C79762 background

This text has black color on #C79762 background.


White color preview on #C79762 background

This text has white color on #C79762 background.