#856178

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

Shades of Strikemaster #856178

Tints of Strikemaster #856178

Color information

#856178 (or 0x856178) is unknown color: approx Strikemaster. HEX triplet: 85, 61 and 78. RGB value is (133,97,120). Sum of RGB (Red+Green+Blue) = 133+97+120=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856178 is #7A9E87. Grayscale: #6E6E6E. Windows color (decimal): -8035976 or 7889285. OLE color: 7889285.

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

Color convert

RGB13397120-
CMYK00.270.100.48
HSL321.67º15.65%45.1%-
HSV(B)321.67º27.07%52.16%-
XYZ17.3414.8919.73-
YUV110.39133.43144.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=38%
G=27.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339712000.270.100.48321.6715.6545.1
Hex85617801BA30142102d
Octal20514117003312605022055
Binary1000010111000011111000011011101011000010100001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856178; }

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

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

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

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

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

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

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

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