#797565

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

Shades of Flint #797565

Tints of Flint #797565

Color information

#797565 (or 0x797565) is unknown color: approx Flint. HEX triplet: 79, 75 and 65. RGB value is (121,117,101). Sum of RGB (Red+Green+Blue) = 121+117+101=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #797565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797565 is #868A9A. Grayscale: #747474. Windows color (decimal): -8817307 or 6649209. OLE color: 6649209.

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

Color convert

RGB121117101-
CMYK00.030.170.53
HSL48º9.01%43.53%-
HSV(B)48º16.53%47.45%-
XYZ16.617.7314.86-
YUV116.37119.33131.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=35.69%
G=34.51%
B=29.79%

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
Decimal12111710100.030.170.53489.0143.53
Hex7975650311353092c
Octal171165145032165601154
Binary111100111101011100101011100011101011100001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797565; }

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

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

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

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

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

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

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

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