Html Css Color HEX #798265 Gunsmoke

📋 copy color: '#798265'

red 121 ◦ green 130 ◦ blue 101

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

Shades of Gunsmoke #798265

Tints of Gunsmoke #798265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 34.38%
G = 36.93%
B = 28.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#798265 (or 0x798265) is known color: Gunsmoke. HEX triplet: 79, 82 and 65. RGB value is (121,130,101). Sum of RGB (Red+Green+Blue) = 121+130+101=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #798265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798265 is #867D9A. Grayscale: #7C7C7C. Windows color (decimal): -8813979 or 6652537. OLE color: 6652537.

HSL color Cylindrical-coordinate representation of color #798265: hue angle of 78.62º 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 #798265 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 130 101 -
CMYK 0.07 0 0.22 0.49
HSL 78.62º 0.13% 0.45% -
HSV(B) 78.62º 0.22% 0.51% -
XYZ 18.22 20.97 15.4 -
YUV 124 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 121 130 101 0.07 0 0.22 0.49 78.62 0.13 0.45
Hex 79 82 65 7 0 16 31 4F D 2D
Octal 171 202 145 7 0 26 61 117 15 55
Binary 1111001 10000010 1100101 111 0 10110 110001 1001111 1101 101101

Color Harmonies of #798265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798265

Black with #798265

Text Example


Text Example

White with #798265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798265; }

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

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

background-color css

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

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

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

border-color css

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

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

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