#89907D

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

Shades of Gunsmoke #89907D

Tints of Gunsmoke #89907D

Color information

#89907D (or 0x89907D) is unknown color: approx Gunsmoke. HEX triplet: 89, 90 and 7D. RGB value is (137,144,125). Sum of RGB (Red+Green+Blue) = 137+144+125=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #89907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89907D is #766F82. Grayscale: #8B8B8B. Windows color (decimal): -7761795 or 8229001. OLE color: 8229001.

HSL color Cylindrical-coordinate representation of color #89907D: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89907D is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB137144125-
CMYK0.0500.130.44
HSL82.11º7.88%52.75%-
HSV(B)82.11º13.19%56.47%-
XYZ23.9926.7523.3-
YUV139.74119.68126.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=33.74%
G=35.47%
B=30.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441250.0500.130.4482.117.8852.75
Hex89907D50D2C52835
Octal2112201755015541221065
Binary100010011001000011111011010110110110010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89907D; }

 p { color: rgb(137,144,125); }

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

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

 a { background-color: rgb(137,144,125); }

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

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

 span { border-color: rgb(137,144,125); }

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