#87755B

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

Shades of Cement #87755B

Tints of Cement #87755B

Color information

#87755B (or 0x87755B) is unknown color: approx Cement. HEX triplet: 87, 75 and 5B. RGB value is (135,117,91). Sum of RGB (Red+Green+Blue) = 135+117+91=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87755B is #788AA4. Grayscale: #777777. Windows color (decimal): -7899813 or 5993863. OLE color: 5993863.

HSL color Cylindrical-coordinate representation of color #87755B: hue angle of 35.45º degrees, saturation: 0.19, 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 #87755B is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13511791-
CMYK00.130.330.47
HSL35.45º19.47%44.31%-
HSV(B)35.45º32.59%52.94%-
XYZ18.2418.6312.53-
YUV119.42111.96139.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=39.36%
G=34.11%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351179100.130.330.4735.4519.4744.31
Hex87755B0D212F23132c
Octal2071651330154157432354
Binary10000111111010110110110110110000110111110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87755B; }

 p { color: rgb(135,117,91); }

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

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

 a { background-color: rgb(135,117,91); }

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

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

 span { border-color: rgb(135,117,91); }

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