Html Css Color HEX #797A76 Gunsmoke

📋 copy color: '#797A76'

red 121 ◦ green 122 ◦ blue 118

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

Shades of Gunsmoke #797A76

Tints of Gunsmoke #797A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 33.52%
G = 33.8%
B = 32.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#797A76 (or 0x797A76) is known color: Gunsmoke. HEX triplet: 79, 7A and 76. RGB value is (121,122,118). Sum of RGB (Red+Green+Blue) = 121+122+118=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 122 - color contains mainly: green. Hex color #797A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A76 is #868589. Grayscale: #797979. Windows color (decimal): -8816010 or 7764601. OLE color: 7764601.

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

Color convert

RGB 121 122 118 -
CMYK 0.01 0 0.03 0.52
HSL 75º 0.02% 0.47% -
HSV(B) 75º 0.03% 0.48% -
XYZ 18.11 19.29 19.91 -
YUV 121.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 121 122 118 0.01 0 0.03 0.52 75 0.02 0.47
Hex 79 7A 76 1 0 3 34 4B 2 2F
Octal 171 172 166 1 0 3 64 113 2 57
Binary 1111001 1111010 1110110 1 0 11 110100 1001011 10 101111

Color Harmonies of #797A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A76

Black with #797A76

Text Example


Text Example

White with #797A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,122,118); }

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

background-color css

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

 a { background-color: rgb(121,122,118); }

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

border-color css

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

 span { border-color: rgb(121,122,118); }

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