#877056

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

Shades of Cement #877056

Tints of Cement #877056

Color information

#877056 (or 0x877056) is unknown color: approx Cement. HEX triplet: 87, 70 and 56. RGB value is (135,112,86). Sum of RGB (Red+Green+Blue) = 135+112+86=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #877056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877056 is #788FA9. Grayscale: #747474. Windows color (decimal): -7901098 or 5664903. OLE color: 5664903.

HSL color Cylindrical-coordinate representation of color #877056: hue angle of 31.84º 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 #877056 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13511286-
CMYK00.170.360.47
HSL31.84º22.17%43.33%-
HSV(B)31.84º36.3%52.94%-
XYZ17.4717.4111.24-
YUV115.91111.12141.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=40.54%
G=33.63%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351128600.170.360.4731.8422.1743.33
Hex877056011242F20162b
Octal2071601260214457402653
Binary100001111110000101011001000110010010111110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877056; }

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

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

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

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

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

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

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

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