#87765E

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

Shades of Cement #87765E

Tints of Cement #87765E

Color information

#87765E (or 0x87765E) is unknown color: approx Cement. HEX triplet: 87, 76 and 5E. RGB value is (135,118,94). Sum of RGB (Red+Green+Blue) = 135+118+94=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87765E is #7889A1. Grayscale: #787878. Windows color (decimal): -7899554 or 6190727. OLE color: 6190727.

HSL color Cylindrical-coordinate representation of color #87765E: hue angle of 35.12º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87765E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13511894-
CMYK00.130.300.47
HSL35.12º17.9%44.9%-
HSV(B)35.12º30.37%52.94%-
XYZ18.4918.9213.27-
YUV120.35113.13138.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=38.90%
G=34.01%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351189400.130.300.4735.1217.944.9
Hex87765E0D1E2F23122d
Octal2071661360153657432255
Binary1000011111101101011110011011111010111110001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87765E; }

 p { color: rgb(135,118,94); }

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

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

 a { background-color: rgb(135,118,94); }

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

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

 span { border-color: rgb(135,118,94); }

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