#887A60

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

Shades of Stonewall #887A60

Tints of Stonewall #887A60

Color information

#887A60 (or 0x887A60) is unknown color: approx Stonewall. HEX triplet: 88, 7A and 60. RGB value is (136,122,96). Sum of RGB (Red+Green+Blue) = 136+122+96=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #887A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A60 is #77859F. Grayscale: #7B7B7B. Windows color (decimal): -7832992 or 6322824. OLE color: 6322824.

HSL color Cylindrical-coordinate representation of color #887A60: hue angle of 39º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887A60 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13612296-
CMYK00.100.290.47
HSL39º17.24%45.49%-
HSV(B)39º29.41%53.33%-
XYZ19.222013.91-
YUV123.22112.64137.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=38.42%
G=34.46%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361229600.100.290.473917.2445.49
Hex887A600A1D2F27112d
Octal2101721400123557472155
Binary1000100011110101100000010101110110111110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A60; }

 p { color: rgb(136,122,96); }

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

<style>
 a { background-color: #887A60; }

 a { background-color: rgb(136,122,96); }

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

<style>
 span { border-color: #887A60; }

 span { border-color: rgb(136,122,96); }

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