#877458

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

Shades of Cement #877458

Tints of Cement #877458

Color information

#877458 (or 0x877458) is unknown color: approx Cement. HEX triplet: 87, 74 and 58. RGB value is (135,116,88). Sum of RGB (Red+Green+Blue) = 135+116+88=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #877458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877458 is #788BA7. Grayscale: #767676. Windows color (decimal): -7900072 or 5796999. OLE color: 5796999.

HSL color Cylindrical-coordinate representation of color #877458: hue angle of 35.74º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #877458 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13511688-
CMYK00.140.350.47
HSL35.74º21.08%43.73%-
HSV(B)35.74º34.81%52.94%-
XYZ1818.3511.83-
YUV118.49110.79139.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=39.82%
G=34.22%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351168800.140.350.4735.7421.0843.73
Hex8774580E232F24152c
Octal2071641300164357442554
Binary10000111111010010110000111010001110111110010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877458; }

 p { color: rgb(135,116,88); }

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

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

 a { background-color: rgb(135,116,88); }

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

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

 span { border-color: rgb(135,116,88); }

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