#905077

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

Shades of Strikemaster #905077

Tints of Strikemaster #905077

Color information

#905077 (or 0x905077) is unknown color: approx Strikemaster. HEX triplet: 90, 50 and 77. RGB value is (144,80,119). Sum of RGB (Red+Green+Blue) = 144+80+119=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #905077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905077 is #6FAF88. Grayscale: #676767. Windows color (decimal): -7319433 or 7819408. OLE color: 7819408.

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

Color convert

RGB14480119-
CMYK00.440.170.44
HSL323.44º28.57%43.92%-
HSV(B)323.44º44.44%56.47%-
XYZ17.71319.03-
YUV103.58136.7156.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=41.98%
G=23.32%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448011900.440.170.44323.4428.5743.92
Hex90507702C112C1431d2c
Octal22012016705421545033554
Binary100100001010000111011101011001000110110010100001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905077; }

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

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

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

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

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

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

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

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