#94707F

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

Shades of Strikemaster #94707F

Tints of Strikemaster #94707F

Color information

#94707F (or 0x94707F) is unknown color: approx Strikemaster. HEX triplet: 94, 70 and 7F. RGB value is (148,112,127). Sum of RGB (Red+Green+Blue) = 148+112+127=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94707F is #6B8F80. Grayscale: #7C7C7C. Windows color (decimal): -7049089 or 8351892. OLE color: 8351892.

HSL color Cylindrical-coordinate representation of color #94707F: hue angle of 335º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94707F is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148112127-
CMYK00.240.140.42
HSL335º14.4%50.98%-
HSV(B)335º24.32%58.04%-
XYZ21.8419.4222.68-
YUV124.47129.43144.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 127 (50% from 255) = 32.82%
R=38.24%
G=28.94%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811212700.240.140.4233514.450.98
Hex94707F018E2A14fe33
Octal22416017703016525171663
Binary100101001110000111111101100011101010101010011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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