Html Css Color HEX #798164 Gunsmoke

📋 copy color: '#798164'

red 121 ◦ green 129 ◦ blue 100

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

Shades of Gunsmoke #798164

Tints of Gunsmoke #798164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 34.57%
G = 36.86%
B = 28.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#798164 (or 0x798164) is known color: Gunsmoke. HEX triplet: 79, 81 and 64. RGB value is (121,129,100). Sum of RGB (Red+Green+Blue) = 121+129+100=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #798164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798164 is #867E9B. Grayscale: #7B7B7B. Windows color (decimal): -8814236 or 6586745. OLE color: 6586745.

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

Color convert

RGB 121 129 100 -
CMYK 0.06 0 0.22 0.49
HSL 76.55º 0.13% 0.45% -
HSV(B) 76.55º 0.22% 0.51% -
XYZ 18.04 20.69 15.1 -
YUV 123.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 121 129 100 0.06 0 0.22 0.49 76.55 0.13 0.45
Hex 79 81 64 6 0 16 31 4D D 2D
Octal 171 201 144 6 0 26 61 115 15 55
Binary 1111001 10000001 1100100 110 0 10110 110001 1001101 1101 101101

Color Harmonies of #798164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798164

Black with #798164

Text Example


Text Example

White with #798164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798164; }

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

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

background-color css

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

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

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

border-color css

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

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

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