Html Css Color HEX #797470 Sand Dune

📋 copy color: '#797470'

red 121 ◦ green 116 ◦ blue 112

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

Shades of Sand Dune #797470

Tints of Sand Dune #797470

RGB

 RED value IS 121 (47.66% from 255) = 34.67%

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 34.67%
G = 33.24%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#797470 (or 0x797470) is known color: Sand Dune. HEX triplet: 79, 74 and 70. RGB value is (121,116,112). Sum of RGB (Red+Green+Blue) = 121+116+112=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 121 - color contains mainly: red. Hex color #797470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797470 is #868B8F. Grayscale: #757575. Windows color (decimal): -8817552 or 7369849. OLE color: 7369849.

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

Color convert

RGB 121 116 112 -
CMYK 0 0.04 0.07 0.53
HSL 26.67º 0.04% 0.46% -
HSV(B) 26.67º 0.07% 0.47% -
XYZ 17.06 17.73 17.85 -
YUV 117.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 121 116 112 0 0.04 0.07 0.53 26.67 0.04 0.46
Hex 79 74 70 0 4 7 35 1B 4 2E
Octal 171 164 160 0 4 7 65 33 4 56
Binary 1111001 1110100 1110000 0 100 111 110101 11011 100 101110

Color Harmonies of #797470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797470

Black with #797470

Text Example


Text Example

White with #797470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797470; }

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

 H1.HeaderClassName
 {
   color: #797470;
 }
 .AnyTagClassName
 {
   color: #797470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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