Html Css Color HEX #797D72 Gunsmoke

📋 copy color: '#797D72'

red 121 ◦ green 125 ◦ blue 114

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

Shades of Gunsmoke #797D72

Tints of Gunsmoke #797D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 33.61%
G = 34.72%
B = 31.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#797D72 (or 0x797D72) is known color: Gunsmoke. HEX triplet: 79, 7D and 72. RGB value is (121,125,114). Sum of RGB (Red+Green+Blue) = 121+125+114=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 125 - color contains mainly: green. Hex color #797D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D72 is #86828D. Grayscale: #7A7A7A. Windows color (decimal): -8815246 or 7503225. OLE color: 7503225.

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

Color convert

RGB 121 125 114 -
CMYK 0.03 0 0.09 0.51
HSL 81.82º 0.05% 0.47% -
HSV(B) 81.82º 0.09% 0.49% -
XYZ 18.26 19.95 18.81 -
YUV 122.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 121 125 114 0.03 0 0.09 0.51 81.82 0.05 0.47
Hex 79 7D 72 3 0 9 33 52 5 2F
Octal 171 175 162 3 0 11 63 122 5 57
Binary 1111001 1111101 1110010 11 0 1001 110011 1010010 101 101111

Color Harmonies of #797D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D72

Black with #797D72

Text Example


Text Example

White with #797D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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