#856678

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

Shades of Strikemaster #856678

Tints of Strikemaster #856678

Color information

#856678 (or 0x856678) is unknown color: approx Strikemaster. HEX triplet: 85, 66 and 78. RGB value is (133,102,120). Sum of RGB (Red+Green+Blue) = 133+102+120=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #856678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856678 is #7A9987. Grayscale: #717171. Windows color (decimal): -8034696 or 7890565. OLE color: 7890565.

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

Color convert

RGB133102120-
CMYK00.230.100.48
HSL325.16º13.19%46.08%-
HSV(B)325.16º23.31%52.16%-
XYZ17.8115.8519.89-
YUV113.32131.77142.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=37.46%
G=28.73%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310212000.230.100.48325.1613.1946.08
Hex856678017A30145d2e
Octal20514617002712605051556
Binary100001011100110111100001011110101100001010001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856678; }

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

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

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

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

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

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

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

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