Html Css Color HEX #797E6F Gunsmoke

📋 copy color: '#797E6F'

red 121 ◦ green 126 ◦ blue 111

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

Shades of Gunsmoke #797E6F

Tints of Gunsmoke #797E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 33.8%
G = 35.2%
B = 31.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#797E6F (or 0x797E6F) is known color: Gunsmoke. HEX triplet: 79, 7E and 6F. RGB value is (121,126,111). Sum of RGB (Red+Green+Blue) = 121+126+111=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 126 - color contains mainly: green. Hex color #797E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E6F is #868190. Grayscale: #7A7A7A. Windows color (decimal): -8814993 or 7306873. OLE color: 7306873.

HSL color Cylindrical-coordinate representation of color #797E6F: hue angle of 80º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797E6F is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 126 111 -
CMYK 0.04 0 0.12 0.51
HSL 80º 0.06% 0.46% -
HSV(B) 80º 0.12% 0.49% -
XYZ 18.22 20.13 17.97 -
YUV 122.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 121 126 111 0.04 0 0.12 0.51 80 0.06 0.46
Hex 79 7E 6F 4 0 C 33 50 6 2E
Octal 171 176 157 4 0 14 63 120 6 56
Binary 1111001 1111110 1101111 100 0 1100 110011 1010000 110 101110

Color Harmonies of #797E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E6F

Black with #797E6F

Text Example


Text Example

White with #797E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797E6F; }

 p { color: rgb(121,126,111); }

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

background-color css

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

 a { background-color: rgb(121,126,111); }

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

border-color css

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

 span { border-color: rgb(121,126,111); }

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