#87775A

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

Shades of Cement #87775A

Tints of Cement #87775A

Color information

#87775A (or 0x87775A) is unknown color: approx Cement. HEX triplet: 87, 77 and 5A. RGB value is (135,119,90). Sum of RGB (Red+Green+Blue) = 135+119+90=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87775A is #7888A5. Grayscale: #787878. Windows color (decimal): -7899302 or 5928839. OLE color: 5928839.

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

Color convert

RGB13511990-
CMYK00.120.330.47
HSL38.67º20%44.12%-
HSV(B)38.67º33.33%52.94%-
XYZ18.4319.0812.38-
YUV120.48110.8138.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=39.24%
G=34.59%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351199000.120.330.4738.672044.12
Hex87775A0C212F27142c
Octal2071671320144157472454
Binary10000111111011110110100110010000110111110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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