#817762

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

Shades of Stonewall #817762

Tints of Stonewall #817762

Color information

#817762 (or 0x817762) is unknown color: approx Stonewall. HEX triplet: 81, 77 and 62. RGB value is (129,119,98). Sum of RGB (Red+Green+Blue) = 129+119+98=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #817762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817762 is #7E889D. Grayscale: #777777. Windows color (decimal): -8292510 or 6453121. OLE color: 6453121.

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

Color convert

RGB12911998-
CMYK00.080.240.49
HSL40.65º13.66%44.51%-
HSV(B)40.65º24.03%50.59%-
XYZ17.8518.7414.23-
YUV119.6115.81134.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=37.28%
G=34.39%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291199800.080.240.4940.6513.6644.51
Hex81776208183129e2d
Octal2011671420103061511655
Binary100000011110111110001001000110001100011010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817762; }

 p { color: rgb(129,119,98); }

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

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

 a { background-color: rgb(129,119,98); }

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

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

 span { border-color: rgb(129,119,98); }

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