#877052

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

Shades of Cement #877052

Tints of Cement #877052

Color information

#877052 (or 0x877052) is unknown color: approx Cement. HEX triplet: 87, 70 and 52. RGB value is (135,112,82). Sum of RGB (Red+Green+Blue) = 135+112+82=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #877052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877052 is #788FAD. Grayscale: #737373. Windows color (decimal): -7901102 or 5402759. OLE color: 5402759.

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

Color convert

RGB13511282-
CMYK00.170.390.47
HSL33.96º24.42%42.55%-
HSV(B)33.96º39.26%52.94%-
XYZ17.3117.3510.42-
YUV115.46109.12141.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=41.03%
G=34.04%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351128200.170.390.4733.9624.4242.55
Hex877052011272F22182b
Octal2071601220214757423053
Binary100001111110000101001001000110011110111110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877052; }

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

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

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

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

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

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

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

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