Html Css Color HEX #797E73 Gunsmoke

📋 copy color: '#797E73'

red 121 ◦ green 126 ◦ blue 115

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

Shades of Gunsmoke #797E73

Tints of Gunsmoke #797E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 33.43%
G = 34.81%
B = 31.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#797E73 (or 0x797E73) is known color: Gunsmoke. HEX triplet: 79, 7E and 73. RGB value is (121,126,115). Sum of RGB (Red+Green+Blue) = 121+126+115=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 126 - color contains mainly: green. Hex color #797E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E73 is #86818C. Grayscale: #7B7B7B. Windows color (decimal): -8814989 or 7569017. OLE color: 7569017.

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

Color convert

RGB 121 126 115 -
CMYK 0.04 0 0.09 0.51
HSL 87.27º 0.05% 0.47% -
HSV(B) 87.27º 0.09% 0.49% -
XYZ 18.44 20.22 19.15 -
YUV 123.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 121 126 115 0.04 0 0.09 0.51 87.27 0.05 0.47
Hex 79 7E 73 4 0 9 33 57 5 2F
Octal 171 176 163 4 0 11 63 127 5 57
Binary 1111001 1111110 1110011 100 0 1001 110011 1010111 101 101111

Color Harmonies of #797E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E73

Black with #797E73

Text Example


Text Example

White with #797E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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