Html Css Color HEX #797F6C Gunsmoke

📋 copy color: '#797F6C'

red 121 ◦ green 127 ◦ blue 108

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

Shades of Gunsmoke #797F6C

Tints of Gunsmoke #797F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 33.99%
G = 35.67%
B = 30.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#797F6C (or 0x797F6C) is known color: Gunsmoke. HEX triplet: 79, 7F and 6C. RGB value is (121,127,108). Sum of RGB (Red+Green+Blue) = 121+127+108=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #797F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F6C is #868093. Grayscale: #7B7B7B. Windows color (decimal): -8814740 or 7110521. OLE color: 7110521.

HSL color Cylindrical-coordinate representation of color #797F6C: hue angle of 78.95º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #797F6C is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 127 108 -
CMYK 0.05 0 0.15 0.50
HSL 78.95º 0.08% 0.46% -
HSV(B) 78.95º 0.15% 0.5% -
XYZ 18.18 20.33 17.15 -
YUV 123.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 121 127 108 0.05 0 0.15 0.50 78.95 0.08 0.46
Hex 79 7F 6C 5 0 F 32 4F 8 2E
Octal 171 177 154 5 0 17 62 117 10 56
Binary 1111001 1111111 1101100 101 0 1111 110010 1001111 1000 101110

Color Harmonies of #797F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F6C

Black with #797F6C

Text Example


Text Example

White with #797F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,127,108); }

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

background-color css

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

 a { background-color: rgb(121,127,108); }

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

border-color css

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

 span { border-color: rgb(121,127,108); }

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