#90707F

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

Shades of Strikemaster #90707F

Tints of Strikemaster #90707F

Color information

#90707F (or 0x90707F) is unknown color: approx Strikemaster. HEX triplet: 90, 70 and 7F. RGB value is (144,112,127). Sum of RGB (Red+Green+Blue) = 144+112+127=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90707F is #6F8F80. Grayscale: #7B7B7B. Windows color (decimal): -7311233 or 8351888. OLE color: 8351888.

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

Color convert

RGB144112127-
CMYK00.220.120.44
HSL331.88º12.6%50.2%-
HSV(B)331.88º22.22%56.47%-
XYZ21.1319.0522.64-
YUV123.28130.1142.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 127 (50% from 255) = 33.16%
R=37.60%
G=29.24%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411212700.220.120.44331.8812.650.2
Hex90707F016C2C14cd32
Octal22016017702614545141562
Binary100100001110000111111101011011001011001010011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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