#877A60

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

Shades of Stonewall #877A60

Tints of Stonewall #877A60

Color information

#877A60 (or 0x877A60) is unknown color: approx Stonewall. HEX triplet: 87, 7A and 60. RGB value is (135,122,96). Sum of RGB (Red+Green+Blue) = 135+122+96=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #877A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A60 is #78859F. Grayscale: #7B7B7B. Windows color (decimal): -7898528 or 6322823. OLE color: 6322823.

HSL color Cylindrical-coordinate representation of color #877A60: hue angle of 40º 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 #877A60 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13512296-
CMYK00.100.290.47
HSL40º16.88%45.29%-
HSV(B)40º28.89%52.94%-
XYZ19.0619.9113.91-
YUV122.92112.81136.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=38.24%
G=34.56%
B=27.20%

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
Decimal1351229600.100.290.474016.8845.29
Hex877A600A1D2F28112d
Octal2071721400123557502155
Binary1000011111110101100000010101110110111110100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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