#87765B

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

Shades of Cement #87765B

Tints of Cement #87765B

Color information

#87765B (or 0x87765B) is unknown color: approx Cement. HEX triplet: 87, 76 and 5B. RGB value is (135,118,91). Sum of RGB (Red+Green+Blue) = 135+118+91=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87765B is #7889A4. Grayscale: #787878. Windows color (decimal): -7899557 or 5994119. OLE color: 5994119.

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

Color convert

RGB13511891-
CMYK00.130.330.47
HSL36.82º19.47%44.31%-
HSV(B)36.82º32.59%52.94%-
XYZ18.3618.8612.57-
YUV120111.63138.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=39.24%
G=34.30%
B=26.45%

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
Decimal1351189100.130.330.4736.8219.4744.31
Hex87765B0D212F25132c
Octal2071661330154157452354
Binary10000111111011010110110110110000110111110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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