Html Css Color HEX #797C6C Gunsmoke

📋 copy color: '#797C6C'

red 121 ◦ green 124 ◦ blue 108

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

Shades of Gunsmoke #797C6C

Tints of Gunsmoke #797C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 34.28%
G = 35.13%
B = 30.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#797C6C (or 0x797C6C) is known color: Gunsmoke. HEX triplet: 79, 7C and 6C. RGB value is (121,124,108). Sum of RGB (Red+Green+Blue) = 121+124+108=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #797C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C6C is #868393. Grayscale: #797979. Windows color (decimal): -8815508 or 7109753. OLE color: 7109753.

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

Color convert

RGB 121 124 108 -
CMYK 0.02 0 0.13 0.51
HSL 71.25º 0.07% 0.45% -
HSV(B) 71.25º 0.13% 0.49% -
XYZ 17.8 19.56 17.03 -
YUV 121.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 121 124 108 0.02 0 0.13 0.51 71.25 0.07 0.45
Hex 79 7C 6C 2 0 D 33 47 7 2D
Octal 171 174 154 2 0 15 63 107 7 55
Binary 1111001 1111100 1101100 10 0 1101 110011 1000111 111 101101

Color Harmonies of #797C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797C6C

Black with #797C6C

Text Example


Text Example

White with #797C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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