#907080

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

Shades of Strikemaster #907080

Tints of Strikemaster #907080

Color information

#907080 (or 0x907080) is unknown color: approx Strikemaster. HEX triplet: 90, 70 and 80. RGB value is (144,112,128). Sum of RGB (Red+Green+Blue) = 144+112+128=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #907080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907080 is #6F8F7F. Grayscale: #7B7B7B. Windows color (decimal): -7311232 or 8417424. OLE color: 8417424.

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

Color convert

RGB144112128-
CMYK00.220.110.44
HSL330º12.6%50.2%-
HSV(B)330º22.22%56.47%-
XYZ21.1919.0822.99-
YUV123.39130.6142.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411212800.220.110.4433012.650.2
Hex907080016B2C14ad32
Octal22016020002613545121562
Binary1001000011100001000000001011010111011001010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907080; }

 p { color: rgb(144,112,128); }

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

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

 a { background-color: rgb(144,112,128); }

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

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

 span { border-color: rgb(144,112,128); }

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