Html Css Color HEX #807756 Clay Creek

📋 copy color: '#807756'

red 128 ◦ green 119 ◦ blue 86

#807756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #807756

Tints of Clay Creek #807756

RGB

 RED value IS 128 (50.39% from 255) = 38.44%

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 38.44%
G = 35.74%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#807756 (or 0x807756) is known color: Clay Creek. HEX triplet: 80, 77 and 56. RGB value is (128,119,86). Sum of RGB (Red+Green+Blue) = 128+119+86=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #807756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807756 is #7F88A9. Grayscale: #767676. Windows color (decimal): -8358058 or 5666688. OLE color: 5666688.

HSL color Cylindrical-coordinate representation of color #807756: hue angle of 47.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807756 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 86 -
CMYK 0 0.07 0.33 0.50
HSL 47.14º 0.2% 0.42% -
HSV(B) 47.14º 0.33% 0.5% -
XYZ 17.18 18.45 11.46 -
YUV 117.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 128 119 86 0 0.07 0.33 0.50 47.14 0.2 0.42
Hex 80 77 56 0 7 21 32 2F 14 2A
Octal 200 167 126 0 7 41 62 57 24 52
Binary 10000000 1110111 1010110 0 111 100001 110010 101111 10100 101010

Color Harmonies of #807756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807756

Black with #807756

Text Example


Text Example

White with #807756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807756; }

 p { color: rgb(128,119,86); }

 H1.HeaderClassName
 {
   color: #807756;
 }
 .AnyTagClassName
 {
   color: #807756;
 }
</style>

background-color css

<style>
 a { background-color: #807756; }

 a { background-color: rgb(128,119,86); }

 div.DivClassName
 {
   background-color: #807756;
 }
 .BgClassName
 {
   background-color: #807756;
 }
</style>

border-color css

<style>
 span { border-color: #807756; }

 span { border-color: rgb(128,119,86); }

 td.TdClassName
 {
   border-color: #807756;
 }
 .TagClassName
 {
   border-color: #807756;
 }
</style>