#904E76

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

Shades of Strikemaster #904E76

Tints of Strikemaster #904E76

Color information

#904E76 (or 0x904E76) is unknown color: approx Strikemaster. HEX triplet: 90, 4E and 76. RGB value is (144,78,118). Sum of RGB (Red+Green+Blue) = 144+78+118=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #904E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E76 is #6FB189. Grayscale: #666666. Windows color (decimal): -7319946 or 7753360. OLE color: 7753360.

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

Color convert

RGB14478118-
CMYK00.460.180.44
HSL323.64º29.73%43.53%-
HSV(B)323.64º45.83%56.47%-
XYZ17.512.6918.67-
YUV102.29136.87157.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=42.35%
G=22.94%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447811800.460.180.44323.6429.7343.53
Hex904E7602E122C1441e2c
Octal22011616605622545043654
Binary100100001001110111011001011101001010110010100010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,78,118); }

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

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

 a { background-color: rgb(144,78,118); }

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

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

 span { border-color: rgb(144,78,118); }

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