#946779

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

Shades of Strikemaster #946779

Tints of Strikemaster #946779

Color information

#946779 (or 0x946779) is unknown color: approx Strikemaster. HEX triplet: 94, 67 and 79. RGB value is (148,103,121). Sum of RGB (Red+Green+Blue) = 148+103+121=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #946779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946779 is #6B9886. Grayscale: #767676. Windows color (decimal): -7051399 or 7956372. OLE color: 7956372.

HSL color Cylindrical-coordinate representation of color #946779: hue angle of 336º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946779 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148103121-
CMYK00.300.180.42
HSL336º17.93%49.22%-
HSV(B)336º30.41%58.04%-
XYZ20.5117.3820.36-
YUV118.51129.41149.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=39.78%
G=27.69%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810312100.300.180.4233617.9349.22
Hex94677901E122A1501231
Octal22414717103622525202261
Binary10010100110011111110010111101001010101010101000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946779; }

 p { color: rgb(148,103,121); }

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

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

 a { background-color: rgb(148,103,121); }

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

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

 span { border-color: rgb(148,103,121); }

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