Html Css Color HEX #79806B Gunsmoke

📋 copy color: '#79806B'

red 121 ◦ green 128 ◦ blue 107

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

Shades of Gunsmoke #79806B

Tints of Gunsmoke #79806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 33.99%
G = 35.96%
B = 30.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#79806B (or 0x79806B) is known color: Gunsmoke. HEX triplet: 79, 80 and 6B. RGB value is (121,128,107). Sum of RGB (Red+Green+Blue) = 121+128+107=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #79806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79806B is #867F94. Grayscale: #7B7B7B. Windows color (decimal): -8814485 or 7045241. OLE color: 7045241.

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

Color convert

RGB 121 128 107 -
CMYK 0.05 0 0.16 0.50
HSL 80º 0.09% 0.46% -
HSV(B) 80º 0.16% 0.5% -
XYZ 18.26 20.56 16.92 -
YUV 123.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 121 128 107 0.05 0 0.16 0.50 80 0.09 0.46
Hex 79 80 6B 5 0 10 32 50 9 2E
Octal 171 200 153 5 0 20 62 120 11 56
Binary 1111001 10000000 1101011 101 0 10000 110010 1010000 1001 101110

Color Harmonies of #79806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79806B

Black with #79806B

Text Example


Text Example

White with #79806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79806B; }

 p { color: rgb(121,128,107); }

 H1.HeaderClassName
 {
   color: #79806B;
 }
 .AnyTagClassName
 {
   color: #79806B;
 }
</style>

background-color css

<style>
 a { background-color: #79806B; }

 a { background-color: rgb(121,128,107); }

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

border-color css

<style>
 span { border-color: #79806B; }

 span { border-color: rgb(121,128,107); }

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