#87705A

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

Shades of Cement #87705A

Tints of Cement #87705A

Color information

#87705A (or 0x87705A) is unknown color: approx Cement. HEX triplet: 87, 70 and 5A. RGB value is (135,112,90). Sum of RGB (Red+Green+Blue) = 135+112+90=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #87705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87705A is #788FA5. Grayscale: #747474. Windows color (decimal): -7901094 or 5927047. OLE color: 5927047.

HSL color Cylindrical-coordinate representation of color #87705A: hue angle of 29.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87705A is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13511290-
CMYK00.170.330.47
HSL29.33º20%44.12%-
HSV(B)29.33º33.33%52.94%-
XYZ17.6317.4812.12-
YUV116.37113.12141.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=40.06%
G=33.23%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351129000.170.330.4729.332044.12
Hex87705A011212F1d142c
Octal2071601320214157352454
Binary10000111111000010110100100011000011011111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87705A; }

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

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

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

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

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

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

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

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