#876F57

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

Shades of Cement #876F57

Tints of Cement #876F57

Color information

#876F57 (or 0x876F57) is unknown color: approx Cement. HEX triplet: 87, 6F and 57. RGB value is (135,111,87). Sum of RGB (Red+Green+Blue) = 135+111+87=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F57 is #7890A8. Grayscale: #737373. Windows color (decimal): -7901353 or 5730183. OLE color: 5730183.

HSL color Cylindrical-coordinate representation of color #876F57: hue angle of 30º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #876F57 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13511187-
CMYK00.180.360.47
HSL30º21.62%43.53%-
HSV(B)30º35.56%52.94%-
XYZ17.417.2111.42-
YUV115.44111.95141.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=40.54%
G=33.33%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351118700.180.360.473021.6243.53
Hex876F57012242F1e162c
Octal2071571270224457362654
Binary10000111110111110101110100101001001011111111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876F57; }

 p { color: rgb(135,111,87); }

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

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

 a { background-color: rgb(135,111,87); }

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

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

 span { border-color: rgb(135,111,87); }

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