#87775C

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

Shades of Stonewall #87775C

Tints of Stonewall #87775C

Color information

#87775C (or 0x87775C) is unknown color: approx Stonewall. HEX triplet: 87, 77 and 5C. RGB value is (135,119,92). Sum of RGB (Red+Green+Blue) = 135+119+92=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87775C is #7888A3. Grayscale: #787878. Windows color (decimal): -7899300 or 6059911. OLE color: 6059911.

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

Color convert

RGB13511992-
CMYK00.120.320.47
HSL37.67º18.94%44.51%-
HSV(B)37.67º31.85%52.94%-
XYZ18.5219.1212.84-
YUV120.71111.8138.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=39.02%
G=34.39%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351199200.120.320.4737.6718.9444.51
Hex87775C0C202F26132d
Octal2071671340144057462355
Binary10000111111011110111000110010000010111110011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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