#856578

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

Shades of Strikemaster #856578

Tints of Strikemaster #856578

Color information

#856578 (or 0x856578) is unknown color: approx Strikemaster. HEX triplet: 85, 65 and 78. RGB value is (133,101,120). Sum of RGB (Red+Green+Blue) = 133+101+120=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856578 is #7A9A87. Grayscale: #707070. Windows color (decimal): -8034952 or 7890309. OLE color: 7890309.

HSL color Cylindrical-coordinate representation of color #856578: hue angle of 324.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856578 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133101120-
CMYK00.240.100.48
HSL324.38º13.68%45.88%-
HSV(B)324.38º24.06%52.16%-
XYZ17.7215.6519.86-
YUV112.73132.1142.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=37.57%
G=28.53%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310112000.240.100.48324.3813.6845.88
Hex856578018A30144e2e
Octal20514517003012605041656
Binary100001011100101111100001100010101100001010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856578; }

 p { color: rgb(133,101,120); }

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

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

 a { background-color: rgb(133,101,120); }

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

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

 span { border-color: rgb(133,101,120); }

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