#877A5E

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

Shades of Stonewall #877A5E

Tints of Stonewall #877A5E

Color information

#877A5E (or 0x877A5E) is unknown color: approx Stonewall. HEX triplet: 87, 7A and 5E. RGB value is (135,122,94). Sum of RGB (Red+Green+Blue) = 135+122+94=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #877A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A5E is #7885A1. Grayscale: #7A7A7A. Windows color (decimal): -7898530 or 6191751. OLE color: 6191751.

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

Color convert

RGB13512294-
CMYK00.100.300.47
HSL40.98º17.9%44.9%-
HSV(B)40.98º30.37%52.94%-
XYZ18.9719.8813.43-
YUV122.7111.81136.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=38.46%
G=34.76%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351229400.100.300.4740.9817.944.9
Hex877A5E0A1E2F29122d
Octal2071721360123657512255
Binary1000011111110101011110010101111010111110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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