Html Css Color HEX #79746E Sand Dune

📋 copy color: '#79746E'

red 121 ◦ green 116 ◦ blue 110

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

Shades of Sand Dune #79746E

Tints of Sand Dune #79746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 34.87%
G = 33.43%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#79746E (or 0x79746E) is known color: Sand Dune. HEX triplet: 79, 74 and 6E. RGB value is (121,116,110). Sum of RGB (Red+Green+Blue) = 121+116+110=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #79746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79746E is #868B91. Grayscale: #747474. Windows color (decimal): -8817554 or 7238777. OLE color: 7238777.

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

Color convert

RGB 121 116 110 -
CMYK 0 0.04 0.09 0.53
HSL 32.73º 0.05% 0.45% -
HSV(B) 32.73º 0.09% 0.47% -
XYZ 16.95 17.68 17.27 -
YUV 116.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 121 116 110 0 0.04 0.09 0.53 32.73 0.05 0.45
Hex 79 74 6E 0 4 9 35 21 5 2D
Octal 171 164 156 0 4 11 65 41 5 55
Binary 1111001 1110100 1101110 0 100 1001 110101 100001 101 101101

Color Harmonies of #79746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79746E

Black with #79746E

Text Example


Text Example

White with #79746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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