COLOR #C7A677

HEX: #C7A677
RGB: (199,166,119)

Color info

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

RGB color model

#C7A677 color RGB value is (199,166,119).

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

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 119 of 255 = 47%

199
166
119

R + G + B ~ 63%. #C7A677 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 166 + 119 = 484 (100%)
R 199 of 484 ~ 41.12%
G 166 of 484 ~ 34.3%
B 119 of 484 ~ 24.59%

%41.12
%34.3
%24.59

CMYK color model

#C7A677 color CMYK value is (0,17,40,22).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 40.20%
  • key color value is 21.96%
CMYK:
(0,17,40,22)
C0M17Y40K22 
(0%,17%,40%,22%)
(0.00/0.17/0.40/0.22)	

CMYK percentages

%0
%16.58
%40.2
%21.96

Codes

Color #C7A677 in popluar color models

C7A677
RGB199166119
HSL35°41.67%62.35%
HSB/HSV35°40.20%78.04%
CMYK0.00%16.58%40.20%
21.96%

Color #C7A677 in popluar number systems.

HEXC7A677
Decimal199166119
Binary11000111101001101110111
Octal307246167

Shades and tints

Shades of #C7A677

#C7A677
(199,166,119)
#B5976D
(181,151,109)
#A38863
(163,136,99)
#917959
(145,121,89)
#7F6A4F
(127,106,79)
#6D5B45
(109,91,69)
#5B4C3B
(91,76,59)
#493D31
(73,61,49)
#372E27
(55,46,39)
#251F1D
(37,31,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #C7A677

#C7A677
(199,166,119)
#CCAE83
(204,174,131)
#D1B68F
(209,182,143)
#D6BE9B
(214,190,155)
#DBC6A7
(219,198,167)
#E0CEB3
(224,206,179)
#E5D6BF
(229,214,191)
#EADECB
(234,222,203)
#EFE6D7
(239,230,215)
#F4EEE3
(244,238,227)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A677; }

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

This text font color is #C7A677.


Background Color

.myBgColor { background-color: #C7A677; }

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

This div background color is #C7A677.


Border color

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

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

This div border color is #C7A677.


Opacity

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

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

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

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

This text has shadow with #C7A677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A677 on black background.


Color preview on white background

This text has color #C7A677 on white background.



Black color preview on #C7A677 background

This text has black color on #C7A677 background.


White color preview on #C7A677 background

This text has white color on #C7A677 background.