Html Css Color HEX #798069 Gunsmoke

📋 copy color: '#798069'

red 121 ◦ green 128 ◦ blue 105

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

Shades of Gunsmoke #798069

Tints of Gunsmoke #798069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 34.18%
G = 36.16%
B = 29.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#798069 (or 0x798069) is known color: Gunsmoke. HEX triplet: 79, 80 and 69. RGB value is (121,128,105). Sum of RGB (Red+Green+Blue) = 121+128+105=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 128 - color contains mainly: green. Hex color #798069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798069 is #867F96. Grayscale: #7B7B7B. Windows color (decimal): -8814487 or 6914169. OLE color: 6914169.

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

Color convert

RGB 121 128 105 -
CMYK 0.05 0 0.18 0.50
HSL 78.26º 0.1% 0.46% -
HSV(B) 78.26º 0.18% 0.5% -
XYZ 18.15 20.52 16.37 -
YUV 123.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 121 128 105 0.05 0 0.18 0.50 78.26 0.1 0.46
Hex 79 80 69 5 0 12 32 4E A 2E
Octal 171 200 151 5 0 22 62 116 12 56
Binary 1111001 10000000 1101001 101 0 10010 110010 1001110 1010 101110

Color Harmonies of #798069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798069

Black with #798069

Text Example


Text Example

White with #798069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798069; }

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

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

background-color css

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

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

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

border-color css

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

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

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