#946077

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

Shades of Strikemaster #946077

Tints of Strikemaster #946077

Color information

#946077 (or 0x946077) is unknown color: approx Strikemaster. HEX triplet: 94, 60 and 77. RGB value is (148,96,119). Sum of RGB (Red+Green+Blue) = 148+96+119=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946077 is #6B9F88. Grayscale: #727272. Windows color (decimal): -7053193 or 7823508. OLE color: 7823508.

HSL color Cylindrical-coordinate representation of color #946077: hue angle of 333.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946077 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14896119-
CMYK00.350.200.42
HSL333.46º21.31%47.84%-
HSV(B)333.46º35.14%58.04%-
XYZ19.7315.9919.5-
YUV114.17130.73152.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=40.77%
G=26.45%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489611900.350.200.42333.4621.3147.84
Hex946077023142A14d1530
Octal22414016704324525152560
Binary100101001100000111011101000111010010101010100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946077; }

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

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

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

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

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

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

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

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