Html Css Color HEX #797A75 Gunsmoke

📋 copy color: '#797A75'

red 121 ◦ green 122 ◦ blue 117

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

Shades of Gunsmoke #797A75

Tints of Gunsmoke #797A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 33.61%
G = 33.89%
B = 32.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#797A75 (or 0x797A75) is known color: Gunsmoke. HEX triplet: 79, 7A and 75. RGB value is (121,122,117). Sum of RGB (Red+Green+Blue) = 121+122+117=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 122 - color contains mainly: green. Hex color #797A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A75 is #86858A. Grayscale: #797979. Windows color (decimal): -8816011 or 7699065. OLE color: 7699065.

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

Color convert

RGB 121 122 117 -
CMYK 0.01 0 0.04 0.52
HSL 72º 0.02% 0.47% -
HSV(B) 72º 0.04% 0.48% -
XYZ 18.06 19.27 19.6 -
YUV 121.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 121 122 117 0.01 0 0.04 0.52 72 0.02 0.47
Hex 79 7A 75 1 0 4 34 48 2 2F
Octal 171 172 165 1 0 4 64 110 2 57
Binary 1111001 1111010 1110101 1 0 100 110100 1001000 10 101111

Color Harmonies of #797A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A75

Black with #797A75

Text Example


Text Example

White with #797A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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