Html Css Color HEX #89727E Strikemaster

📋 copy color: '#89727E'

red 137 ◦ green 114 ◦ blue 126

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

Shades of Strikemaster #89727E

Tints of Strikemaster #89727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 36.34%
G = 30.24%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89727E (or 0x89727E) is known color: Strikemaster. HEX triplet: 89, 72 and 7E. RGB value is (137,114,126). Sum of RGB (Red+Green+Blue) = 137+114+126=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89727E is #768D81. Grayscale: #7A7A7A. Windows color (decimal): -7769474 or 8286857. OLE color: 8286857.

HSL color Cylindrical-coordinate representation of color #89727E: hue angle of 328.7º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89727E is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 126 -
CMYK 0 0.17 0.08 0.46
HSL 328.7º 0.09% 0.49% -
HSV(B) 328.7º 0.17% 0.54% -
XYZ 20.1 18.86 22.32 -
YUV 122.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 137 114 126 0 0.17 0.08 0.46 328.7 0.09 0.49
Hex 89 72 7E 0 11 8 2E 149 9 31
Octal 211 162 176 0 21 10 56 511 11 61
Binary 10001001 1110010 1111110 0 10001 1000 101110 101001001 1001 110001

Color Harmonies of #89727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89727E

Black with #89727E

Text Example


Text Example

White with #89727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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