#856477

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

Shades of Strikemaster #856477

Tints of Strikemaster #856477

Color information

#856477 (or 0x856477) is unknown color: approx Strikemaster. HEX triplet: 85, 64 and 77. RGB value is (133,100,119). Sum of RGB (Red+Green+Blue) = 133+100+119=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856477 is #7A9B88. Grayscale: #6F6F6F. Windows color (decimal): -8035209 or 7824517. OLE color: 7824517.

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

Color convert

RGB133100119-
CMYK00.250.110.48
HSL325.45º14.16%45.69%-
HSV(B)325.45º24.81%52.16%-
XYZ17.5615.4319.51-
YUV112.03131.93142.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=37.78%
G=28.41%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310011900.250.110.48325.4514.1645.69
Hex856477019B30145e2e
Octal20514416703113605051656
Binary100001011100100111011101100110111100001010001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856477; }

 p { color: rgb(133,100,119); }

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

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

 a { background-color: rgb(133,100,119); }

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

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

 span { border-color: rgb(133,100,119); }

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