#827761

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

Shades of Stonewall #827761

Tints of Stonewall #827761

Color information

#827761 (or 0x827761) is unknown color: approx Stonewall. HEX triplet: 82, 77 and 61. RGB value is (130,119,97). Sum of RGB (Red+Green+Blue) = 130+119+97=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827761 is #7D889E. Grayscale: #777777. Windows color (decimal): -8226975 or 6387586. OLE color: 6387586.

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

Color convert

RGB13011997-
CMYK00.080.250.49
HSL40º14.54%44.51%-
HSV(B)40º25.38%50.98%-
XYZ17.9618.813.99-
YUV119.78115.14135.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=37.57%
G=34.39%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301199700.080.250.494014.5444.51
Hex82776108193128f2d
Octal2021671410103161501755
Binary100000101110111110000101000110011100011010001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827761; }

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

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

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

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

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

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

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

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