Html Css Color HEX #797D6B Gunsmoke

📋 copy color: '#797D6B'

red 121 ◦ green 125 ◦ blue 107

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

Shades of Gunsmoke #797D6B

Tints of Gunsmoke #797D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 34.28%
G = 35.41%
B = 30.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#797D6B (or 0x797D6B) is known color: Gunsmoke. HEX triplet: 79, 7D and 6B. RGB value is (121,125,107). Sum of RGB (Red+Green+Blue) = 121+125+107=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 125 - color contains mainly: green. Hex color #797D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D6B is #868294. Grayscale: #797979. Windows color (decimal): -8815253 or 7044473. OLE color: 7044473.

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

Color convert

RGB 121 125 107 -
CMYK 0.03 0 0.14 0.51
HSL 73.33º 0.08% 0.45% -
HSV(B) 73.33º 0.14% 0.49% -
XYZ 17.87 19.79 16.79 -
YUV 121.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 121 125 107 0.03 0 0.14 0.51 73.33 0.08 0.45
Hex 79 7D 6B 3 0 E 33 49 8 2D
Octal 171 175 153 3 0 16 63 111 10 55
Binary 1111001 1111101 1101011 11 0 1110 110011 1001001 1000 101101

Color Harmonies of #797D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D6B

Black with #797D6B

Text Example


Text Example

White with #797D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,125,107); }

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

background-color css

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

 a { background-color: rgb(121,125,107); }

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

border-color css

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

 span { border-color: rgb(121,125,107); }

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