#889079

Color #889079 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #889079

Tints of Gunsmoke #889079

Color information

#889079 (or 0x889079) is unknown color: approx Gunsmoke. HEX triplet: 88, 90 and 79. RGB value is (136,144,121). Sum of RGB (Red+Green+Blue) = 136+144+121=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #889079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889079 is #776F86. Grayscale: #8B8B8B. Windows color (decimal): -7827335 or 7966856. OLE color: 7966856.

HSL color Cylindrical-coordinate representation of color #889079: hue angle of 80.87º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #889079 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB136144121-
CMYK0.0600.160.44
HSL80.87º9.39%51.96%-
HSV(B)80.87º15.97%56.47%-
XYZ23.5826.5621.97-
YUV138.99117.85125.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=33.92%
G=35.91%
B=30.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361441210.0600.160.4480.879.3951.96
Hex88907960102C51934
Octal2102201716020541211164
Binary1000100010010000111100111001000010110010100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889079; }

 p { color: rgb(136,144,121); }

 H1.HeaderClassName
 {
   color: #889079;
 }
 .AnyTagClassName
 {
   color: #889079;
 }
</style>
background-color css

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

 a { background-color: rgb(136,144,121); }

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

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

 span { border-color: rgb(136,144,121); }

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