#877255

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

Shades of Cement #877255

Tints of Cement #877255

Color information

#877255 (or 0x877255) is unknown color: approx Cement. HEX triplet: 87, 72 and 55. RGB value is (135,114,85). Sum of RGB (Red+Green+Blue) = 135+114+85=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #877255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877255 is #788DAA. Grayscale: #757575. Windows color (decimal): -7900587 or 5599879. OLE color: 5599879.

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

Color convert

RGB13511485-
CMYK00.160.370.47
HSL34.8º22.73%43.14%-
HSV(B)34.8º37.04%52.94%-
XYZ17.6517.8411.11-
YUV116.97109.96140.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=40.42%
G=34.13%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351148500.160.370.4734.822.7343.14
Hex877255010252F23172b
Octal2071621250204557432753
Binary100001111110010101010101000010010110111110001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877255; }

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

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

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

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

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

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

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

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