#89917E

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

Shades of Gunsmoke #89917E

Tints of Gunsmoke #89917E

Color information

#89917E (or 0x89917E) is unknown color: approx Gunsmoke. HEX triplet: 89, 91 and 7E. RGB value is (137,145,126). Sum of RGB (Red+Green+Blue) = 137+145+126=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #89917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89917E is #766E81. Grayscale: #8C8C8C. Windows color (decimal): -7761538 or 8294793. OLE color: 8294793.

HSL color Cylindrical-coordinate representation of color #89917E: hue angle of 85.26º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89917E is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB137145126-
CMYK0.0600.130.43
HSL85.26º7.95%53.14%-
HSV(B)85.26º13.1%56.86%-
XYZ24.2127.0823.69-
YUV140.44119.85125.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=33.58%
G=35.54%
B=30.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451260.0600.130.4385.267.9553.14
Hex89917E60D2B55835
Octal2112211766015531251065
Binary100010011001000111111101100110110101110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89917E; }

 p { color: rgb(137,145,126); }

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

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

 a { background-color: rgb(137,145,126); }

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

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

 span { border-color: rgb(137,145,126); }

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