Html Css Color HEX #797E71 Gunsmoke

📋 copy color: '#797E71'

red 121 ◦ green 126 ◦ blue 113

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

Shades of Gunsmoke #797E71

Tints of Gunsmoke #797E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 33.61%
G = 35%
B = 31.39%

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

#797E71 (or 0x797E71) is known color: Gunsmoke. HEX triplet: 79, 7E and 71. RGB value is (121,126,113). Sum of RGB (Red+Green+Blue) = 121+126+113=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #797E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797E71 is #86818E. Grayscale: #7B7B7B. Windows color (decimal): -8814991 or 7437945. OLE color: 7437945.

HSL color Cylindrical-coordinate representation of color #797E71: hue angle of 83.08º 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 #797E71 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 126 113 -
CMYK 0.04 0 0.10 0.51
HSL 83.08º 0.05% 0.47% -
HSV(B) 83.08º 0.1% 0.49% -
XYZ 18.33 20.18 18.55 -
YUV 123.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 121 126 113 0.04 0 0.10 0.51 83.08 0.05 0.47
Hex 79 7E 71 4 0 A 33 53 5 2F
Octal 171 176 161 4 0 12 63 123 5 57
Binary 1111001 1111110 1110001 100 0 1010 110011 1010011 101 101111

Color Harmonies of #797E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E71

Black with #797E71

Text Example


Text Example

White with #797E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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