#87785B

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

Shades of Stonewall #87785B

Tints of Stonewall #87785B

Color information

#87785B (or 0x87785B) is unknown color: approx Stonewall. HEX triplet: 87, 78 and 5B. RGB value is (135,120,91). Sum of RGB (Red+Green+Blue) = 135+120+91=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87785B is #7887A4. Grayscale: #797979. Windows color (decimal): -7899045 or 5994631. OLE color: 5994631.

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

Color convert

RGB13512091-
CMYK00.110.330.47
HSL39.55º19.47%44.31%-
HSV(B)39.55º32.59%52.94%-
XYZ18.619.3412.65-
YUV121.18110.97137.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=39.02%
G=34.68%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351209100.110.330.4739.5519.4744.31
Hex87785B0B212F28132c
Octal2071701330134157502354
Binary10000111111100010110110101110000110111110100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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