#90707D

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

Shades of Strikemaster #90707D

Tints of Strikemaster #90707D

Color information

#90707D (or 0x90707D) is unknown color: approx Strikemaster. HEX triplet: 90, 70 and 7D. RGB value is (144,112,125). Sum of RGB (Red+Green+Blue) = 144+112+125=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #90707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90707D is #6F8F82. Grayscale: #7B7B7B. Windows color (decimal): -7311235 or 8220816. OLE color: 8220816.

HSL color Cylindrical-coordinate representation of color #90707D: hue angle of 335.62º 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 #90707D is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB144112125-
CMYK00.220.130.44
HSL335.62º12.6%50.2%-
HSV(B)335.62º22.22%56.47%-
XYZ211921.96-
YUV123.05129.1142.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=37.80%
G=29.40%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411212500.220.130.44335.6212.650.2
Hex90707D016D2C150d32
Octal22016017502615545201562
Binary100100001110000111110101011011011011001010100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90707D; }

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

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

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

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

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

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

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

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