#877256

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

Shades of Cement #877256

Tints of Cement #877256

Color information

#877256 (or 0x877256) is unknown color: approx Cement. HEX triplet: 87, 72 and 56. RGB value is (135,114,86). Sum of RGB (Red+Green+Blue) = 135+114+86=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #877256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877256 is #788DA9. Grayscale: #757575. Windows color (decimal): -7900586 or 5665415. OLE color: 5665415.

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

Color convert

RGB13511486-
CMYK00.160.360.47
HSL34.29º22.17%43.33%-
HSV(B)34.29º36.3%52.94%-
XYZ17.6917.8611.32-
YUV117.09110.46140.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=40.30%
G=34.03%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351148600.160.360.4734.2922.1743.33
Hex877256010242F22162b
Octal2071621260204457422653
Binary100001111110010101011001000010010010111110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877256; }

 p { color: rgb(135,114,86); }

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

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

 a { background-color: rgb(135,114,86); }

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

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

 span { border-color: rgb(135,114,86); }

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