#856478

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

Shades of Strikemaster #856478

Tints of Strikemaster #856478

Color information

#856478 (or 0x856478) is unknown color: approx Strikemaster. HEX triplet: 85, 64 and 78. RGB value is (133,100,120). Sum of RGB (Red+Green+Blue) = 133+100+120=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856478 is #7A9B87. Grayscale: #707070. Windows color (decimal): -8035208 or 7890053. OLE color: 7890053.

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

Color convert

RGB133100120-
CMYK00.250.100.48
HSL323.64º14.16%45.69%-
HSV(B)323.64º24.81%52.16%-
XYZ17.6215.4619.82-
YUV112.15132.43142.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=37.68%
G=28.33%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310012000.250.100.48323.6414.1645.69
Hex856478019A30144e2e
Octal20514417003112605041656
Binary100001011100100111100001100110101100001010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856478; }

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

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

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

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

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

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

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

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