#797466

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

Shades of Stonewall #797466

Tints of Stonewall #797466

Color information

#797466 (or 0x797466) is unknown color: approx Stonewall. HEX triplet: 79, 74 and 66. RGB value is (121,116,102). Sum of RGB (Red+Green+Blue) = 121+116+102=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #797466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797466 is #868B99. Grayscale: #737373. Windows color (decimal): -8817562 or 6714489. OLE color: 6714489.

HSL color Cylindrical-coordinate representation of color #797466: hue angle of 44.21º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #797466 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB121116102-
CMYK00.040.160.53
HSL44.21º8.52%43.73%-
HSV(B)44.21º15.7%47.45%-
XYZ16.5317.5215.08-
YUV115.9120.16131.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=35.69%
G=34.22%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111610200.040.160.5344.218.5243.73
Hex7974660410352c92c
Octal171164146042065541154
Binary1111001111010011001100100100001101011011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797466; }

 p { color: rgb(121,116,102); }

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

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

 a { background-color: rgb(121,116,102); }

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

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

 span { border-color: rgb(121,116,102); }

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