Html Css Color HEX #797B71 Gunsmoke

📋 copy color: '#797B71'

red 121 ◦ green 123 ◦ blue 113

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

Shades of Gunsmoke #797B71

Tints of Gunsmoke #797B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

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

R = 33.89%
G = 34.45%
B = 31.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#797B71 (or 0x797B71) is known color: Gunsmoke. HEX triplet: 79, 7B and 71. RGB value is (121,123,113). Sum of RGB (Red+Green+Blue) = 121+123+113=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 123 - color contains mainly: green. Hex color #797B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797B71 is #86848E. Grayscale: #797979. Windows color (decimal): -8815759 or 7437177. OLE color: 7437177.

HSL color Cylindrical-coordinate representation of color #797B71: hue angle of 72º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #797B71 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 123 113 -
CMYK 0.02 0 0.08 0.52
HSL 72º 0.04% 0.46% -
HSV(B) 72º 0.08% 0.48% -
XYZ 17.95 19.42 18.43 -
YUV 121.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 121 123 113 0.02 0 0.08 0.52 72 0.04 0.46
Hex 79 7B 71 2 0 8 34 48 4 2E
Octal 171 173 161 2 0 10 64 110 4 56
Binary 1111001 1111011 1110001 10 0 1000 110100 1001000 100 101110

Color Harmonies of #797B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797B71

Black with #797B71

Text Example


Text Example

White with #797B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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