#876758

Color #876758 Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #876758

Tints of Leather #876758

Color information

#876758 (or 0x876758) is unknown color: approx Leather. HEX triplet: 87, 67 and 58. RGB value is (135,103,88). Sum of RGB (Red+Green+Blue) = 135+103+88=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #876758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876758 is #7898A7. Grayscale: #6E6E6E. Windows color (decimal): -7903400 or 5793671. OLE color: 5793671.

HSL color Cylindrical-coordinate representation of color #876758: hue angle of 19.15º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #876758 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13510388-
CMYK00.240.350.47
HSL19.15º21.08%43.73%-
HSV(B)19.15º34.81%52.94%-
XYZ16.615.5611.36-
YUV110.86115.1145.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=41.41%
G=31.60%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351038800.240.350.4719.1521.0843.73
Hex876758018232F13152c
Octal2071471300304357232554
Binary10000111110011110110000110001000111011111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876758; }

 p { color: rgb(135,103,88); }

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

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

 a { background-color: rgb(135,103,88); }

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

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

 span { border-color: rgb(135,103,88); }

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