Html Css Color HEX #89707C Strikemaster

📋 copy color: '#89707C'

red 137 ◦ green 112 ◦ blue 124

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

Shades of Strikemaster #89707C

Tints of Strikemaster #89707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 36.73%
G = 30.03%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89707C (or 0x89707C) is known color: Strikemaster. HEX triplet: 89, 70 and 7C. RGB value is (137,112,124). Sum of RGB (Red+Green+Blue) = 137+112+124=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #89707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89707C is #768F83. Grayscale: #787878. Windows color (decimal): -7769988 or 8155273. OLE color: 8155273.

HSL color Cylindrical-coordinate representation of color #89707C: hue angle of 331.2º 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 #89707C is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 112 124 -
CMYK 0 0.18 0.09 0.46
HSL 331.2º 0.1% 0.49% -
HSV(B) 331.2º 0.18% 0.54% -
XYZ 19.75 18.36 21.57 -
YUV 120.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 137 112 124 0 0.18 0.09 0.46 331.2 0.1 0.49
Hex 89 70 7C 0 12 9 2E 14B A 31
Octal 211 160 174 0 22 11 56 513 12 61
Binary 10001001 1110000 1111100 0 10010 1001 101110 101001011 1010 110001

Color Harmonies of #89707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89707C

Black with #89707C

Text Example


Text Example

White with #89707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89707C; }

 p { color: rgb(137,112,124); }

 H1.HeaderClassName
 {
   color: #89707C;
 }
 .AnyTagClassName
 {
   color: #89707C;
 }
</style>

background-color css

<style>
 a { background-color: #89707C; }

 a { background-color: rgb(137,112,124); }

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

border-color css

<style>
 span { border-color: #89707C; }

 span { border-color: rgb(137,112,124); }

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