#856E79

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

Shades of Strikemaster #856E79

Tints of Strikemaster #856E79

Color information

#856E79 (or 0x856E79) is unknown color: approx Strikemaster. HEX triplet: 85, 6E and 79. RGB value is (133,110,121). Sum of RGB (Red+Green+Blue) = 133+110+121=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E79 is #7A9186. Grayscale: #767676. Windows color (decimal): -8032647 or 7958149. OLE color: 7958149.

HSL color Cylindrical-coordinate representation of color #856E79: hue angle of 331.3º 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 #856E79 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB133110121-
CMYK00.170.090.48
HSL331.3º9.47%47.65%-
HSV(B)331.3º17.29%52.16%-
XYZ18.717.5220.49-
YUV118.13129.62138.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=36.54%
G=30.22%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311012100.170.090.48331.39.4747.65
Hex856E7901193014b930
Octal20515617102111605131160
Binary100001011101110111100101000110011100001010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,110,121); }

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

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

 a { background-color: rgb(133,110,121); }

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

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

 span { border-color: rgb(133,110,121); }

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