Html Css Color HEX #89717F Strikemaster

📋 copy color: '#89717F'

red 137 ◦ green 113 ◦ blue 127

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

Shades of Strikemaster #89717F

Tints of Strikemaster #89717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 127 (50% from 255) = 33.69%

R = 36.34%
G = 29.97%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89717F (or 0x89717F) is known color: Strikemaster. HEX triplet: 89, 71 and 7F. RGB value is (137,113,127). Sum of RGB (Red+Green+Blue) = 137+113+127=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89717F is #768E80. Grayscale: #797979. Windows color (decimal): -7769729 or 8352137. OLE color: 8352137.

HSL color Cylindrical-coordinate representation of color #89717F: hue angle of 325º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89717F is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 113 127 -
CMYK 0 0.18 0.07 0.46
HSL 325º 0.1% 0.49% -
HSV(B) 325º 0.18% 0.54% -
XYZ 20.05 18.66 22.62 -
YUV 121.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 137 113 127 0 0.18 0.07 0.46 325 0.1 0.49
Hex 89 71 7F 0 12 7 2E 145 A 31
Octal 211 161 177 0 22 7 56 505 12 61
Binary 10001001 1110001 1111111 0 10010 111 101110 101000101 1010 110001

Color Harmonies of #89717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89717F

Black with #89717F

Text Example


Text Example

White with #89717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89717F; }

 p { color: rgb(137,113,127); }

 H1.HeaderClassName
 {
   color: #89717F;
 }
 .AnyTagClassName
 {
   color: #89717F;
 }
</style>

background-color css

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

 a { background-color: rgb(137,113,127); }

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

border-color css

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

 span { border-color: rgb(137,113,127); }

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