Html Css Color HEX #797C71 Gunsmoke

📋 copy color: '#797C71'

red 121 ◦ green 124 ◦ blue 113

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

Shades of Gunsmoke #797C71

Tints of Gunsmoke #797C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 33.8%
G = 34.64%
B = 31.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#797C71 (or 0x797C71) is known color: Gunsmoke. HEX triplet: 79, 7C and 71. RGB value is (121,124,113). Sum of RGB (Red+Green+Blue) = 121+124+113=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #797C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C71 is #86838E. Grayscale: #797979. Windows color (decimal): -8815503 or 7437433. OLE color: 7437433.

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

Color convert

RGB 121 124 113 -
CMYK 0.02 0 0.09 0.51
HSL 76.36º 0.05% 0.46% -
HSV(B) 76.36º 0.09% 0.49% -
XYZ 18.07 19.67 18.47 -
YUV 121.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 121 124 113 0.02 0 0.09 0.51 76.36 0.05 0.46
Hex 79 7C 71 2 0 9 33 4C 5 2E
Octal 171 174 161 2 0 11 63 114 5 56
Binary 1111001 1111100 1110001 10 0 1001 110011 1001100 101 101110

Color Harmonies of #797C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797C71

Black with #797C71

Text Example


Text Example

White with #797C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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