#87775D

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

Shades of Stonewall #87775D

Tints of Stonewall #87775D

Color information

#87775D (or 0x87775D) is unknown color: approx Stonewall. HEX triplet: 87, 77 and 5D. RGB value is (135,119,93). Sum of RGB (Red+Green+Blue) = 135+119+93=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87775D is #7888A2. Grayscale: #787878. Windows color (decimal): -7899299 or 6125447. OLE color: 6125447.

HSL color Cylindrical-coordinate representation of color #87775D: hue angle of 37.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87775D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13511993-
CMYK00.120.310.47
HSL37.14º18.42%44.71%-
HSV(B)37.14º31.11%52.94%-
XYZ18.5619.1313.07-
YUV120.82112.3138.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=38.90%
G=34.29%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351199300.120.310.4737.1418.4244.71
Hex87775D0C1F2F25122d
Octal2071671350143757452255
Binary1000011111101111011101011001111110111110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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