#904F76

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

Shades of Strikemaster #904F76

Tints of Strikemaster #904F76

Color information

#904F76 (or 0x904F76) is unknown color: approx Strikemaster. HEX triplet: 90, 4F and 76. RGB value is (144,79,118). Sum of RGB (Red+Green+Blue) = 144+79+118=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #904F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F76 is #6FB089. Grayscale: #666666. Windows color (decimal): -7319690 or 7753616. OLE color: 7753616.

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

Color convert

RGB14479118-
CMYK00.450.180.44
HSL324º29.15%43.73%-
HSV(B)324º45.14%56.47%-
XYZ17.5712.8318.69-
YUV102.88136.53157.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=42.23%
G=23.17%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447911800.450.180.4432429.1543.73
Hex904F7602D122C1441d2c
Octal22011716605522545043554
Binary100100001001111111011001011011001010110010100010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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