#934D77

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

Shades of Strikemaster #934D77

Tints of Strikemaster #934D77

Color information

#934D77 (or 0x934D77) is unknown color: approx Strikemaster. HEX triplet: 93, 4D and 77. RGB value is (147,77,119). Sum of RGB (Red+Green+Blue) = 147+77+119=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #934D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D77 is #6CB288. Grayscale: #666666. Windows color (decimal): -7123593 or 7818643. OLE color: 7818643.

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

Color convert

RGB14777119-
CMYK00.480.190.42
HSL324º31.25%43.92%-
HSV(B)324º47.62%57.65%-
XYZ18.0212.8418.98-
YUV102.72137.19159.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=42.86%
G=22.45%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477711900.480.190.4232431.2543.92
Hex934D77030132A1441f2c
Octal22311516706023525043754
Binary100100111001101111011101100001001110101010100010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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