#944F77

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

Shades of Strikemaster #944F77

Tints of Strikemaster #944F77

Color information

#944F77 (or 0x944F77) is unknown color: approx Strikemaster. HEX triplet: 94, 4F and 77. RGB value is (148,79,119). Sum of RGB (Red+Green+Blue) = 148+79+119=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #944F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F77 is #6BB088. Grayscale: #686868. Windows color (decimal): -7057545 or 7819156. OLE color: 7819156.

HSL color Cylindrical-coordinate representation of color #944F77: hue angle of 325.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F77 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14879119-
CMYK00.470.200.42
HSL325.22º30.4%44.51%-
HSV(B)325.22º46.62%58.04%-
XYZ18.3413.2219.04-
YUV104.19136.36159.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=42.77%
G=22.83%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487911900.470.200.42325.2230.444.51
Hex944F7702F142A1451e2d
Octal22411716705724525053655
Binary100101001001111111011101011111010010101010100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944F77; }

 p { color: rgb(148,79,119); }

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

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

 a { background-color: rgb(148,79,119); }

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

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

 span { border-color: rgb(148,79,119); }

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