#924E77

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

Shades of Strikemaster #924E77

Tints of Strikemaster #924E77

Color information

#924E77 (or 0x924E77) is unknown color: approx Strikemaster. HEX triplet: 92, 4E and 77. RGB value is (146,78,119). Sum of RGB (Red+Green+Blue) = 146+78+119=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #924E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E77 is #6DB188. Grayscale: #666666. Windows color (decimal): -7188873 or 7818898. OLE color: 7818898.

HSL color Cylindrical-coordinate representation of color #924E77: hue angle of 323.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924E77 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14678119-
CMYK00.470.180.43
HSL323.82º30.36%43.92%-
HSV(B)323.82º46.58%57.25%-
XYZ17.9112.8919-
YUV103.01137.03158.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.57%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=42.57%
G=22.74%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467811900.470.180.43323.8230.3643.92
Hex924E7702F122B1441e2c
Octal22211616705722535043654
Binary100100101001110111011101011111001010101110100010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924E77; }

 p { color: rgb(146,78,119); }

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

<style>
 a { background-color: #924E77; }

 a { background-color: rgb(146,78,119); }

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

<style>
 span { border-color: #924E77; }

 span { border-color: rgb(146,78,119); }

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