#905977

Color #905977 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #905977

Tints of Strikemaster #905977

Color information

#905977 (or 0x905977) is unknown color: approx Strikemaster. HEX triplet: 90, 59 and 77. RGB value is (144,89,119). Sum of RGB (Red+Green+Blue) = 144+89+119=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #905977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905977 is #6FA688. Grayscale: #6C6C6C. Windows color (decimal): -7317129 or 7821712. OLE color: 7821712.

HSL color Cylindrical-coordinate representation of color #905977: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905977 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14489119-
CMYK00.380.170.44
HSL327.27º23.61%45.69%-
HSV(B)327.27º38.19%56.47%-
XYZ18.414.4119.26-
YUV108.86133.72153.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=40.91%
G=25.28%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448911900.380.170.44327.2723.6145.69
Hex905977026112C147182e
Octal22013116704621545073056
Binary100100001011001111011101001101000110110010100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905977; }

 p { color: rgb(144,89,119); }

 H1.HeaderClassName
 {
   color: #905977;
 }
 .AnyTagClassName
 {
   color: #905977;
 }
</style>
background-color css

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

 a { background-color: rgb(144,89,119); }

 div.DivClassName
 {
   background-color: #905977;
 }
 .BgClassName
 {
   background-color: #905977;
 }
</style>
border-color css

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

 span { border-color: rgb(144,89,119); }

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