#845E78

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

Shades of Strikemaster #845E78

Tints of Strikemaster #845E78

Color information

#845E78 (or 0x845E78) is unknown color: approx Strikemaster. HEX triplet: 84, 5E and 78. RGB value is (132,94,120). Sum of RGB (Red+Green+Blue) = 132+94+120=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #845E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E78 is #7BA187. Grayscale: #6C6C6C. Windows color (decimal): -8102280 or 7888516. OLE color: 7888516.

HSL color Cylindrical-coordinate representation of color #845E78: hue angle of 318.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E78 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13294120-
CMYK00.290.090.48
HSL318.95º16.81%44.31%-
HSV(B)318.95º28.79%51.76%-
XYZ16.9114.2719.63-
YUV108.33134.59144.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=38.15%
G=27.17%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329412000.290.090.48318.9516.8144.31
Hex845E7801D93013f112c
Octal20413617003511604772154
Binary1000010010111101111000011101100111000010011111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E78; }

 p { color: rgb(132,94,120); }

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

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

 a { background-color: rgb(132,94,120); }

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

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

 span { border-color: rgb(132,94,120); }

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