Html Css Color HEX #807757 Clay Creek

📋 copy color: '#807757'

red 128 ◦ green 119 ◦ blue 87

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

Shades of Clay Creek #807757

Tints of Clay Creek #807757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.05%

R = 38.32%
G = 35.63%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#807757 (or 0x807757) is known color: Clay Creek. HEX triplet: 80, 77 and 57. RGB value is (128,119,87). Sum of RGB (Red+Green+Blue) = 128+119+87=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #807757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807757 is #7F88A8. Grayscale: #767676. Windows color (decimal): -8358057 or 5732224. OLE color: 5732224.

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

Color convert

RGB 128 119 87 -
CMYK 0 0.07 0.32 0.50
HSL 46.83º 0.19% 0.42% -
HSV(B) 46.83º 0.32% 0.5% -
XYZ 17.22 18.47 11.67 -
YUV 118.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 128 119 87 0 0.07 0.32 0.50 46.83 0.19 0.42
Hex 80 77 57 0 7 20 32 2F 13 2A
Octal 200 167 127 0 7 40 62 57 23 52
Binary 10000000 1110111 1010111 0 111 100000 110010 101111 10011 101010

Color Harmonies of #807757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807757

Black with #807757

Text Example


Text Example

White with #807757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807757; }

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

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

background-color css

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

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

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

border-color css

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

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

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