#87715A

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

Shades of Cement #87715A

Tints of Cement #87715A

Color information

#87715A (or 0x87715A) is unknown color: approx Cement. HEX triplet: 87, 71 and 5A. RGB value is (135,113,90). Sum of RGB (Red+Green+Blue) = 135+113+90=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87715A is #788EA5. Grayscale: #757575. Windows color (decimal): -7900838 or 5927303. OLE color: 5927303.

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

Color convert

RGB13511390-
CMYK00.160.330.47
HSL30.67º20%44.12%-
HSV(B)30.67º33.33%52.94%-
XYZ17.7417.712.15-
YUV116.96112.79140.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=39.94%
G=33.43%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351139000.160.330.4730.672044.12
Hex87715A010212F1f142c
Octal2071611320204157372454
Binary10000111111000110110100100001000011011111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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