#87785E

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

Shades of Stonewall #87785E

Tints of Stonewall #87785E

Color information

#87785E (or 0x87785E) is unknown color: approx Stonewall. HEX triplet: 87, 78 and 5E. RGB value is (135,120,94). Sum of RGB (Red+Green+Blue) = 135+120+94=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #87785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87785E is #7887A1. Grayscale: #797979. Windows color (decimal): -7899042 or 6191239. OLE color: 6191239.

HSL color Cylindrical-coordinate representation of color #87785E: hue angle of 38.05º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87785E is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13512094-
CMYK00.110.300.47
HSL38.05º17.9%44.9%-
HSV(B)38.05º30.37%52.94%-
XYZ18.7319.3913.35-
YUV121.52112.47137.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=38.68%
G=34.38%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351209400.110.300.4738.0517.944.9
Hex87785E0B1E2F26122d
Octal2071701360133657462255
Binary1000011111110001011110010111111010111110011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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