#827760

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

Shades of Stonewall #827760

Tints of Stonewall #827760

Color information

#827760 (or 0x827760) is unknown color: approx Stonewall. HEX triplet: 82, 77 and 60. RGB value is (130,119,96). Sum of RGB (Red+Green+Blue) = 130+119+96=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827760 is #7D889F. Grayscale: #777777. Windows color (decimal): -8226976 or 6322050. OLE color: 6322050.

HSL color Cylindrical-coordinate representation of color #827760: hue angle of 40.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #827760 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB13011996-
CMYK00.080.260.49
HSL40.59º15.04%44.31%-
HSV(B)40.59º26.15%50.98%-
XYZ17.9118.7813.75-
YUV119.67114.64135.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=37.68%
G=34.49%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301199600.080.260.4940.5915.0444.31
Hex827760081A3129f2c
Octal2021671400103261511754
Binary100000101110111110000001000110101100011010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827760; }

 p { color: rgb(130,119,96); }

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

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

 a { background-color: rgb(130,119,96); }

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

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

 span { border-color: rgb(130,119,96); }

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