#856776

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

Shades of Strikemaster #856776

Tints of Strikemaster #856776

Color information

#856776 (or 0x856776) is unknown color: approx Strikemaster. HEX triplet: 85, 67 and 76. RGB value is (133,103,118). Sum of RGB (Red+Green+Blue) = 133+103+118=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856776 is #7A9889. Grayscale: #717171. Windows color (decimal): -8034442 or 7759749. OLE color: 7759749.

HSL color Cylindrical-coordinate representation of color #856776: hue angle of 330º 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 #856776 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB133103118-
CMYK00.230.110.48
HSL330º12.71%46.27%-
HSV(B)330º22.56%52.16%-
XYZ17.791619.29-
YUV113.68130.44141.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=37.57%
G=29.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310311800.230.110.4833012.7146.27
Hex856776017B3014ad2e
Octal20514716602713605121556
Binary100001011100111111011001011110111100001010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856776; }

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

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

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

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

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

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

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

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