Html Css Color HEX #89737F Strikemaster

📋 copy color: '#89737F'

red 137 ◦ green 115 ◦ blue 127

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

Shades of Strikemaster #89737F

Tints of Strikemaster #89737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

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

R = 36.15%
G = 30.34%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89737F (or 0x89737F) is known color: Strikemaster. HEX triplet: 89, 73 and 7F. RGB value is (137,115,127). Sum of RGB (Red+Green+Blue) = 137+115+127=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #89737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89737F is #768C80. Grayscale: #7A7A7A. Windows color (decimal): -7769217 or 8352649. OLE color: 8352649.

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

Color convert

RGB 137 115 127 -
CMYK 0 0.16 0.07 0.46
HSL 327.27º 0.09% 0.49% -
HSV(B) 327.27º 0.16% 0.54% -
XYZ 20.28 19.11 22.7 -
YUV 122.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 137 115 127 0 0.16 0.07 0.46 327.27 0.09 0.49
Hex 89 73 7F 0 10 7 2E 147 9 31
Octal 211 163 177 0 20 7 56 507 11 61
Binary 10001001 1110011 1111111 0 10000 111 101110 101000111 1001 110001

Color Harmonies of #89737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89737F

Black with #89737F

Text Example


Text Example

White with #89737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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