#797467

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

Shades of Stonewall #797467

Tints of Stonewall #797467

Color information

#797467 (or 0x797467) is unknown color: approx Stonewall. HEX triplet: 79, 74 and 67. RGB value is (121,116,103). Sum of RGB (Red+Green+Blue) = 121+116+103=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #797467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797467 is #868B98. Grayscale: #747474. Windows color (decimal): -8817561 or 6780025. OLE color: 6780025.

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

Color convert

RGB121116103-
CMYK00.040.150.53
HSL43.33º8.04%43.92%-
HSV(B)43.33º14.88%47.45%-
XYZ16.5817.5415.34-
YUV116.01120.66131.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=35.59%
G=34.12%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111610300.040.150.5343.338.0443.92
Hex79746704F352b82c
Octal171164147041765531054
Binary111100111101001100111010011111101011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797467; }

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

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

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

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

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

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

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

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