Html Css Color HEX #798267 Gunsmoke

📋 copy color: '#798267'

red 121 ◦ green 130 ◦ blue 103

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

Shades of Gunsmoke #798267

Tints of Gunsmoke #798267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 103 (40.63% from 255) = 29.1%

R = 34.18%
G = 36.72%
B = 29.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#798267 (or 0x798267) is known color: Gunsmoke. HEX triplet: 79, 82 and 67. RGB value is (121,130,103). Sum of RGB (Red+Green+Blue) = 121+130+103=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #798267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798267 is #867D98. Grayscale: #7C7C7C. Windows color (decimal): -8813977 or 6783609. OLE color: 6783609.

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

Color convert

RGB 121 130 103 -
CMYK 0.07 0 0.21 0.49
HSL 80º 0.12% 0.46% -
HSV(B) 80º 0.21% 0.51% -
XYZ 18.32 21.01 15.92 -
YUV 124.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 121 130 103 0.07 0 0.21 0.49 80 0.12 0.46
Hex 79 82 67 7 0 15 31 50 C 2E
Octal 171 202 147 7 0 25 61 120 14 56
Binary 1111001 10000010 1100111 111 0 10101 110001 1010000 1100 101110

Color Harmonies of #798267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798267

Black with #798267

Text Example


Text Example

White with #798267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798267; }

 p { color: rgb(121,130,103); }

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

background-color css

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

 a { background-color: rgb(121,130,103); }

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

border-color css

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

 span { border-color: rgb(121,130,103); }

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