#856F7C

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

Shades of Strikemaster #856F7C

Tints of Strikemaster #856F7C

Color information

#856F7C (or 0x856F7C) is unknown color: approx Strikemaster. HEX triplet: 85, 6F and 7C. RGB value is (133,111,124). Sum of RGB (Red+Green+Blue) = 133+111+124=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7C is #7A9083. Grayscale: #777777. Windows color (decimal): -8032388 or 8155013. OLE color: 8155013.

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

Color convert

RGB133111124-
CMYK00.170.070.48
HSL324.55º9.02%47.84%-
HSV(B)324.55º16.54%52.16%-
XYZ1917.8121.51-
YUV119.06130.79137.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=36.14%
G=30.16%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311112400.170.070.48324.559.0247.84
Hex856F7C011730145930
Octal2051571740217605051160
Binary10000101110111111111000100011111100001010001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856F7C; }

 p { color: rgb(133,111,124); }

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

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

 a { background-color: rgb(133,111,124); }

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

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

 span { border-color: rgb(133,111,124); }

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