Html Css Color HEX #797F6A Gunsmoke

📋 copy color: '#797F6A'

red 121 ◦ green 127 ◦ blue 106

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

Shades of Gunsmoke #797F6A

Tints of Gunsmoke #797F6A

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

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

R = 34.18%
G = 35.88%
B = 29.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#797F6A (or 0x797F6A) is known color: Gunsmoke. HEX triplet: 79, 7F and 6A. RGB value is (121,127,106). Sum of RGB (Red+Green+Blue) = 121+127+106=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 127 - color contains mainly: green. Hex color #797F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F6A is #868095. Grayscale: #7A7A7A. Windows color (decimal): -8814742 or 6979449. OLE color: 6979449.

HSL color Cylindrical-coordinate representation of color #797F6A: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #797F6A is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 127 106 -
CMYK 0.05 0 0.17 0.50
HSL 77.14º 0.09% 0.46% -
HSV(B) 77.14º 0.17% 0.5% -
XYZ 18.08 20.28 16.6 -
YUV 122.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 121 127 106 0.05 0 0.17 0.50 77.14 0.09 0.46
Hex 79 7F 6A 5 0 11 32 4D 9 2E
Octal 171 177 152 5 0 21 62 115 11 56
Binary 1111001 1111111 1101010 101 0 10001 110010 1001101 1001 101110

Color Harmonies of #797F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F6A

Black with #797F6A

Text Example


Text Example

White with #797F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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