#877960

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

Shades of Stonewall #877960

Tints of Stonewall #877960

Color information

#877960 (or 0x877960) is unknown color: approx Stonewall. HEX triplet: 87, 79 and 60. RGB value is (135,121,96). Sum of RGB (Red+Green+Blue) = 135+121+96=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #877960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877960 is #78869F. Grayscale: #7A7A7A. Windows color (decimal): -7898784 or 6322567. OLE color: 6322567.

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

Color convert

RGB13512196-
CMYK00.100.290.47
HSL38.46º16.88%45.29%-
HSV(B)38.46º28.89%52.94%-
XYZ18.9419.6713.86-
YUV122.34113.14137.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=38.35%
G=34.38%
B=27.27%

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
Decimal1351219600.100.290.4738.4616.8845.29
Hex8779600A1D2F26112d
Octal2071711400123557462155
Binary1000011111110011100000010101110110111110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877960; }

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

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

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

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

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

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

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

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