#856076

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

Shades of Strikemaster #856076

Tints of Strikemaster #856076

Color information

#856076 (or 0x856076) is unknown color: approx Strikemaster. HEX triplet: 85, 60 and 76. RGB value is (133,96,118). Sum of RGB (Red+Green+Blue) = 133+96+118=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856076 is #7A9F89. Grayscale: #6D6D6D. Windows color (decimal): -8036234 or 7757957. OLE color: 7757957.

HSL color Cylindrical-coordinate representation of color #856076: hue angle of 324.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856076 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13396118-
CMYK00.280.110.48
HSL324.32º16.16%44.9%-
HSV(B)324.32º27.82%52.16%-
XYZ17.1314.6619.07-
YUV109.57132.76144.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=38.33%
G=27.67%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339611800.280.110.48324.3216.1644.9
Hex85607601CB30144102d
Octal20514016603413605042055
Binary1000010111000001110110011100101111000010100010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856076; }

 p { color: rgb(133,96,118); }

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

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

 a { background-color: rgb(133,96,118); }

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

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

 span { border-color: rgb(133,96,118); }

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