Html Css Color HEX #797D6D Gunsmoke

📋 copy color: '#797D6D'

red 121 ◦ green 125 ◦ blue 109

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

Shades of Gunsmoke #797D6D

Tints of Gunsmoke #797D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 34.08%
G = 35.21%
B = 30.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#797D6D (or 0x797D6D) is known color: Gunsmoke. HEX triplet: 79, 7D and 6D. RGB value is (121,125,109). Sum of RGB (Red+Green+Blue) = 121+125+109=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #797D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D6D is #868292. Grayscale: #7A7A7A. Windows color (decimal): -8815251 or 7175545. OLE color: 7175545.

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

Color convert

RGB 121 125 109 -
CMYK 0.03 0 0.13 0.51
HSL 75º 0.07% 0.46% -
HSV(B) 75º 0.13% 0.49% -
XYZ 17.98 19.84 17.35 -
YUV 121.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 121 125 109 0.03 0 0.13 0.51 75 0.07 0.46
Hex 79 7D 6D 3 0 D 33 4B 7 2E
Octal 171 175 155 3 0 15 63 113 7 56
Binary 1111001 1111101 1101101 11 0 1101 110011 1001011 111 101110

Color Harmonies of #797D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D6D

Black with #797D6D

Text Example


Text Example

White with #797D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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