#876A4F

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

Shades of Cement #876A4F

Tints of Cement #876A4F

Color information

#876A4F (or 0x876A4F) is unknown color: approx Cement. HEX triplet: 87, 6A and 4F. RGB value is (135,106,79). Sum of RGB (Red+Green+Blue) = 135+106+79=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A4F is #7895B0. Grayscale: #6F6F6F. Windows color (decimal): -7902641 or 5204615. OLE color: 5204615.

HSL color Cylindrical-coordinate representation of color #876A4F: hue angle of 28.93º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876A4F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13510679-
CMYK00.210.410.47
HSL28.93º26.17%41.96%-
HSV(B)28.93º41.48%52.94%-
XYZ16.5616.029.62-
YUV111.59109.61144.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=42.19%
G=33.12%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351067900.210.410.4728.9326.1741.96
Hex876A4F015292F1d1a2a
Octal2071521170255157353252
Binary10000111110101010011110101011010011011111110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,106,79); }

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

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

 a { background-color: rgb(135,106,79); }

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

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

 span { border-color: rgb(135,106,79); }

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