Html Css Color HEX #797565 Flint

📋 copy color: '#797565'

red 121 ◦ green 117 ◦ blue 101

#797565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #797565

Tints of Flint #797565

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 value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#797565 (or 0x797565) is known color: 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

RGB 121 117 101 -
CMYK 0 0.03 0.17 0.53
HSL 48º 0.09% 0.44% -
HSV(B) 48º 0.17% 0.47% -
XYZ 16.6 17.73 14.86 -
YUV 116.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 121 117 101 0 0.03 0.17 0.53 48 0.09 0.44
Hex 79 75 65 0 3 11 35 30 9 2C
Octal 171 165 145 0 3 21 65 60 11 54
Binary 1111001 1110101 1100101 0 11 10001 110101 110000 1001 101100

Color Harmonies of #797565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797565

Black with #797565

Text Example


Text Example

White with #797565

Text Example


Text Example

HTML Codes & Css Web 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>