#856878

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

Shades of Strikemaster #856878

Tints of Strikemaster #856878

Color information

#856878 (or 0x856878) is unknown color: approx Strikemaster. HEX triplet: 85, 68 and 78. RGB value is (133,104,120). Sum of RGB (Red+Green+Blue) = 133+104+120=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #856878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856878 is #7A9787. Grayscale: #727272. Windows color (decimal): -8034184 or 7891077. OLE color: 7891077.

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

Color convert

RGB133104120-
CMYK00.220.100.48
HSL326.9º12.24%46.47%-
HSV(B)326.9º21.8%52.16%-
XYZ18.0116.2419.96-
YUV114.5131.11141.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=37.25%
G=29.13%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310412000.220.100.48326.912.2446.47
Hex856878016A30147c2e
Octal20515017002612605071456
Binary100001011101000111100001011010101100001010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856878; }

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

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

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

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

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

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

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

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