#877054

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

Shades of Cement #877054

Tints of Cement #877054

Color information

#877054 (or 0x877054) is unknown color: approx Cement. HEX triplet: 87, 70 and 54. RGB value is (135,112,84). Sum of RGB (Red+Green+Blue) = 135+112+84=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #877054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877054 is #788FAB. Grayscale: #737373. Windows color (decimal): -7901100 or 5533831. OLE color: 5533831.

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

Color convert

RGB13511284-
CMYK00.170.380.47
HSL32.94º23.29%42.94%-
HSV(B)32.94º37.78%52.94%-
XYZ17.3917.3810.83-
YUV115.68110.12141.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=40.79%
G=33.84%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351128400.170.380.4732.9423.2942.94
Hex877054011262F21172b
Octal2071601240214657412753
Binary100001111110000101010001000110011010111110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877054; }

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

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

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

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

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

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

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

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