#797564

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

Shades of Flint #797564

Tints of Flint #797564

Color information

#797564 (or 0x797564) is unknown color: approx Flint. HEX triplet: 79, 75 and 64. RGB value is (121,117,100). Sum of RGB (Red+Green+Blue) = 121+117+100=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #797564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797564 is #868A9B. Grayscale: #747474. Windows color (decimal): -8817308 or 6583673. OLE color: 6583673.

HSL color Cylindrical-coordinate representation of color #797564: hue angle of 48.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #797564 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB121117100-
CMYK00.030.170.53
HSL48.57º9.5%43.33%-
HSV(B)48.57º17.36%47.45%-
XYZ16.5517.7114.6-
YUV116.26118.83131.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=35.80%
G=34.62%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111710000.030.170.5348.579.543.33
Hex79756403113531a2b
Octal171165144032165611253
Binary111100111101011100100011100011101011100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797564; }

 p { color: rgb(121,117,100); }

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

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

 a { background-color: rgb(121,117,100); }

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

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

 span { border-color: rgb(121,117,100); }

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