Html Css Color HEX #798168 Gunsmoke

📋 copy color: '#798168'

red 121 ◦ green 129 ◦ blue 104

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

Shades of Gunsmoke #798168

Tints of Gunsmoke #798168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 34.18%
G = 36.44%
B = 29.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#798168 (or 0x798168) is known color: Gunsmoke. HEX triplet: 79, 81 and 68. RGB value is (121,129,104). Sum of RGB (Red+Green+Blue) = 121+129+104=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #798168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798168 is #867E97. Grayscale: #7B7B7B. Windows color (decimal): -8814232 or 6848889. OLE color: 6848889.

HSL color Cylindrical-coordinate representation of color #798168: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #798168 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 129 104 -
CMYK 0.06 0 0.19 0.49
HSL 79.2º 0.11% 0.46% -
HSV(B) 79.2º 0.19% 0.51% -
XYZ 18.23 20.76 16.14 -
YUV 123.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 121 129 104 0.06 0 0.19 0.49 79.2 0.11 0.46
Hex 79 81 68 6 0 13 31 4F B 2E
Octal 171 201 150 6 0 23 61 117 13 56
Binary 1111001 10000001 1101000 110 0 10011 110001 1001111 1011 101110

Color Harmonies of #798168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798168

Black with #798168

Text Example


Text Example

White with #798168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798168; }

 p { color: rgb(121,129,104); }

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

background-color css

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

 a { background-color: rgb(121,129,104); }

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

border-color css

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

 span { border-color: rgb(121,129,104); }

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