#87795B

Color #87795B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #87795B

Tints of Clay Creek #87795B

Color information

#87795B (or 0x87795B) is unknown color: approx Clay Creek. HEX triplet: 87, 79 and 5B. RGB value is (135,121,91). Sum of RGB (Red+Green+Blue) = 135+121+91=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87795B is #7886A4. Grayscale: #797979. Windows color (decimal): -7898789 or 5994887. OLE color: 5994887.

HSL color Cylindrical-coordinate representation of color #87795B: hue angle of 40.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87795B is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13512191-
CMYK00.100.330.47
HSL40.91º19.47%44.31%-
HSV(B)40.91º32.59%52.94%-
XYZ18.7219.5812.69-
YUV121.77110.64137.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=38.90%
G=34.87%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351219100.100.330.4740.9119.4744.31
Hex87795B0A212F29132c
Octal2071711330124157512354
Binary10000111111100110110110101010000110111110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87795B; }

 p { color: rgb(135,121,91); }

 H1.HeaderClassName
 {
   color: #87795B;
 }
 .AnyTagClassName
 {
   color: #87795B;
 }
</style>
background-color css

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

 a { background-color: rgb(135,121,91); }

 div.DivClassName
 {
   background-color: #87795B;
 }
 .BgClassName
 {
   background-color: #87795B;
 }
</style>
border-color css

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

 span { border-color: rgb(135,121,91); }

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