Html Css Color HEX #797E6A Gunsmoke

📋 copy color: '#797E6A'

red 121 ◦ green 126 ◦ blue 106

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

Shades of Gunsmoke #797E6A

Tints of Gunsmoke #797E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 34.28%
G = 35.69%
B = 30.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#797E6A (or 0x797E6A) is known color: Gunsmoke. HEX triplet: 79, 7E and 6A. RGB value is (121,126,106). Sum of RGB (Red+Green+Blue) = 121+126+106=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 126 - color contains mainly: green. Hex color #797E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E6A is #868195. Grayscale: #7A7A7A. Windows color (decimal): -8814998 or 6979193. OLE color: 6979193.

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

Color convert

RGB 121 126 106 -
CMYK 0.04 0 0.16 0.51
HSL 75º 0.09% 0.45% -
HSV(B) 75º 0.16% 0.49% -
XYZ 17.95 20.03 16.56 -
YUV 122.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 121 126 106 0.04 0 0.16 0.51 75 0.09 0.45
Hex 79 7E 6A 4 0 10 33 4B 9 2D
Octal 171 176 152 4 0 20 63 113 11 55
Binary 1111001 1111110 1101010 100 0 10000 110011 1001011 1001 101101

Color Harmonies of #797E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E6A

Black with #797E6A

Text Example


Text Example

White with #797E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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