#934F77

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

Shades of Strikemaster #934F77

Tints of Strikemaster #934F77

Color information

#934F77 (or 0x934F77) is unknown color: approx Strikemaster. HEX triplet: 93, 4F and 77. RGB value is (147,79,119). Sum of RGB (Red+Green+Blue) = 147+79+119=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #934F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F77 is #6CB088. Grayscale: #676767. Windows color (decimal): -7123081 or 7819155. OLE color: 7819155.

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

Color convert

RGB14779119-
CMYK00.460.190.42
HSL324.71º30.09%44.31%-
HSV(B)324.71º46.26%57.65%-
XYZ18.1613.1319.03-
YUV103.89136.53158.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=42.61%
G=22.90%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477911900.460.190.42324.7130.0944.31
Hex934F7702E132A1451e2c
Octal22311716705623525053654
Binary100100111001111111011101011101001110101010100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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