#856B79

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

Shades of Strikemaster #856B79

Tints of Strikemaster #856B79

Color information

#856B79 (or 0x856B79) is unknown color: approx Strikemaster. HEX triplet: 85, 6B and 79. RGB value is (133,107,121). Sum of RGB (Red+Green+Blue) = 133+107+121=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B79 is #7A9486. Grayscale: #747474. Windows color (decimal): -8033415 or 7957381. OLE color: 7957381.

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

Color convert

RGB133107121-
CMYK00.200.090.48
HSL327.69º10.83%47.06%-
HSV(B)327.69º19.55%52.16%-
XYZ18.3816.8820.38-
YUV116.37130.61139.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=36.84%
G=29.64%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310712100.200.090.48327.6910.8347.06
Hex856B79014930148b2f
Octal20515317102411605101357
Binary100001011101011111100101010010011100001010010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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