#907380

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

Shades of Strikemaster #907380

Tints of Strikemaster #907380

Color information

#907380 (or 0x907380) is unknown color: approx Strikemaster. HEX triplet: 90, 73 and 80. RGB value is (144,115,128). Sum of RGB (Red+Green+Blue) = 144+115+128=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #907380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907380 is #6F8C7F. Grayscale: #7D7D7D. Windows color (decimal): -7310464 or 8418192. OLE color: 8418192.

HSL color Cylindrical-coordinate representation of color #907380: hue angle of 333.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907380 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB144115128-
CMYK00.200.110.44
HSL333.1º11.55%50.78%-
HSV(B)333.1º20.14%56.47%-
XYZ21.5319.7523.1-
YUV125.15129.61141.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=37.21%
G=29.72%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411512800.200.110.44333.111.5550.78
Hex907380014B2C14dc33
Octal22016320002413545151463
Binary1001000011100111000000001010010111011001010011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907380; }

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

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

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

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

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

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

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

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