Html Css Color HEX #89707D Strikemaster

📋 copy color: '#89707D'

red 137 ◦ green 112 ◦ blue 125

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

Shades of Strikemaster #89707D

Tints of Strikemaster #89707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 36.63%
G = 29.95%
B = 33.42%

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

#89707D (or 0x89707D) is known color: Strikemaster. HEX triplet: 89, 70 and 7D. RGB value is (137,112,125). Sum of RGB (Red+Green+Blue) = 137+112+125=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #89707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89707D is #768F82. Grayscale: #787878. Windows color (decimal): -7769987 or 8220809. OLE color: 8220809.

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

Color convert

RGB 137 112 125 -
CMYK 0 0.18 0.09 0.46
HSL 328.8º 0.1% 0.49% -
HSV(B) 328.8º 0.18% 0.54% -
XYZ 19.81 18.39 21.91 -
YUV 120.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 137 112 125 0 0.18 0.09 0.46 328.8 0.1 0.49
Hex 89 70 7D 0 12 9 2E 149 A 31
Octal 211 160 175 0 22 11 56 511 12 61
Binary 10001001 1110000 1111101 0 10010 1001 101110 101001001 1010 110001

Color Harmonies of #89707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89707D

Black with #89707D

Text Example


Text Example

White with #89707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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