#797469

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

Shades of Stonewall #797469

Tints of Stonewall #797469

Color information

#797469 (or 0x797469) is unknown color: approx Stonewall. HEX triplet: 79, 74 and 69. RGB value is (121,116,105). Sum of RGB (Red+Green+Blue) = 121+116+105=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #797469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797469 is #868B96. Grayscale: #747474. Windows color (decimal): -8817559 or 6911097. OLE color: 6911097.

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

Color convert

RGB121116105-
CMYK00.040.130.53
HSL41.25º7.08%44.31%-
HSV(B)41.25º13.22%47.45%-
XYZ16.6817.5815.88-
YUV116.24121.66131.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=35.38%
G=33.92%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111610500.040.130.5341.257.0844.31
Hex79746904D352972c
Octal17116415104156551754
Binary11110011110100110100101001101110101101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797469; }

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

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

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

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

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

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

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

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