Html Css Color HEX #797E72 Gunsmoke

📋 copy color: '#797E72'

red 121 ◦ green 126 ◦ blue 114

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

Shades of Gunsmoke #797E72

Tints of Gunsmoke #797E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 33.52%
G = 34.9%
B = 31.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#797E72 (or 0x797E72) is known color: Gunsmoke. HEX triplet: 79, 7E and 72. RGB value is (121,126,114). Sum of RGB (Red+Green+Blue) = 121+126+114=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 126 - color contains mainly: green. Hex color #797E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E72 is #86818D. Grayscale: #7B7B7B. Windows color (decimal): -8814990 or 7503481. OLE color: 7503481.

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

Color convert

RGB 121 126 114 -
CMYK 0.04 0 0.10 0.51
HSL 85º 0.05% 0.47% -
HSV(B) 85º 0.1% 0.49% -
XYZ 18.38 20.2 18.85 -
YUV 123.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 121 126 114 0.04 0 0.10 0.51 85 0.05 0.47
Hex 79 7E 72 4 0 A 33 55 5 2F
Octal 171 176 162 4 0 12 63 125 5 57
Binary 1111001 1111110 1110010 100 0 1010 110011 1010101 101 101111

Color Harmonies of #797E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E72

Black with #797E72

Text Example


Text Example

White with #797E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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