#877355

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

Shades of Cement #877355

Tints of Cement #877355

Color information

#877355 (or 0x877355) is unknown color: approx Cement. HEX triplet: 87, 73 and 55. RGB value is (135,115,85). Sum of RGB (Red+Green+Blue) = 135+115+85=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #877355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877355 is #788CAA. Grayscale: #757575. Windows color (decimal): -7900331 or 5600135. OLE color: 5600135.

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

Color convert

RGB13511585-
CMYK00.150.370.47
HSL36º22.73%43.14%-
HSV(B)36º37.04%52.94%-
XYZ17.7618.0711.15-
YUV117.56109.63140.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=40.30%
G=34.33%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351158500.150.370.473622.7343.14
Hex8773550F252F24172b
Octal2071631250174557442753
Binary10000111111001110101010111110010110111110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877355; }

 p { color: rgb(135,115,85); }

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

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

 a { background-color: rgb(135,115,85); }

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

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

 span { border-color: rgb(135,115,85); }

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