#877A61

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

Shades of Stonewall #877A61

Tints of Stonewall #877A61

Color information

#877A61 (or 0x877A61) is unknown color: approx Stonewall. HEX triplet: 87, 7A and 61. RGB value is (135,122,97). Sum of RGB (Red+Green+Blue) = 135+122+97=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A61 is #78859E. Grayscale: #7B7B7B. Windows color (decimal): -7898527 or 6388359. OLE color: 6388359.

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

Color convert

RGB13512297-
CMYK00.100.280.47
HSL39.47º16.38%45.49%-
HSV(B)39.47º28.15%52.94%-
XYZ19.1119.9314.15-
YUV123.04113.31136.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=38.14%
G=34.46%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351229700.100.280.4739.4716.3845.49
Hex877A610A1C2F27102d
Octal2071721410123457472055
Binary1000011111110101100001010101110010111110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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