Html Css Color HEX #89907E Gunsmoke

📋 copy color: '#89907E'

red 137 ◦ green 144 ◦ blue 126

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

Shades of Gunsmoke #89907E

Tints of Gunsmoke #89907E

RGB

 RED value IS 137 (53.91% from 255) = 33.66%

 GREEN value IS 144 (56.64% from 255) = 35.38%

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 33.66%
G = 35.38%
B = 30.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#89907E (or 0x89907E) is known color: Gunsmoke. HEX triplet: 89, 90 and 7E. RGB value is (137,144,126). Sum of RGB (Red+Green+Blue) = 137+144+126=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #89907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89907E is #766F81. Grayscale: #8B8B8B. Windows color (decimal): -7761794 or 8294537. OLE color: 8294537.

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

Color convert

RGB 137 144 126 -
CMYK 0.05 0 0.12 0.44
HSL 83.33º 0.08% 0.53% -
HSV(B) 83.33º 0.13% 0.56% -
XYZ 24.06 26.77 23.64 -
YUV 139.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 137 144 126 0.05 0 0.12 0.44 83.33 0.08 0.53
Hex 89 90 7E 5 0 C 2C 53 8 35
Octal 211 220 176 5 0 14 54 123 10 65
Binary 10001001 10010000 1111110 101 0 1100 101100 1010011 1000 110101

Color Harmonies of #89907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89907E

Black with #89907E

Text Example


Text Example

White with #89907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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