#96707F

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

Shades of Strikemaster #96707F

Tints of Strikemaster #96707F

Color information

#96707F (or 0x96707F) is unknown color: approx Strikemaster. HEX triplet: 96, 70 and 7F. RGB value is (150,112,127). Sum of RGB (Red+Green+Blue) = 150+112+127=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707F is #698F80. Grayscale: #7D7D7D. Windows color (decimal): -6918017 or 8351894. OLE color: 8351894.

HSL color Cylindrical-coordinate representation of color #96707F: hue angle of 336.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96707F is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150112127-
CMYK00.250.150.41
HSL336.32º15.32%51.37%-
HSV(B)336.32º25.33%58.82%-
XYZ22.219.622.69-
YUV125.07129.09145.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 127 (50% from 255) = 32.65%
R=38.56%
G=28.79%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011212700.250.150.41336.3215.3251.37
Hex96707F019F29150f33
Octal22616017703117515201763
Binary100101101110000111111101100111111010011010100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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