#904B77

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

Shades of Strikemaster #904B77

Tints of Strikemaster #904B77

Color information

#904B77 (or 0x904B77) is unknown color: approx Strikemaster. HEX triplet: 90, 4B and 77. RGB value is (144,75,119). Sum of RGB (Red+Green+Blue) = 144+75+119=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B77 is #6FB488. Grayscale: #646464. Windows color (decimal): -7320713 or 7818128. OLE color: 7818128.

HSL color Cylindrical-coordinate representation of color #904B77: hue angle of 321.74º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904B77 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14475119-
CMYK00.480.170.44
HSL321.74º31.51%42.94%-
HSV(B)321.74º47.92%56.47%-
XYZ17.3512.2918.91-
YUV100.65138.36158.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=42.60%
G=22.19%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447511900.480.170.44321.7431.5142.94
Hex904B77030112C142202b
Octal22011316706021545024053
Binary1001000010010111110111011000010001101100101000010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904B77; }

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

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

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

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

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

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

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

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