#885778

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

Shades of Strikemaster #885778

Tints of Strikemaster #885778

Color information

#885778 (or 0x885778) is unknown color: approx Strikemaster. HEX triplet: 88, 57 and 78. RGB value is (136,87,120). Sum of RGB (Red+Green+Blue) = 136+87+120=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #885778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885778 is #77A887. Grayscale: #696969. Windows color (decimal): -7841928 or 7886728. OLE color: 7886728.

HSL color Cylindrical-coordinate representation of color #885778: hue angle of 319.59º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885778 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13687120-
CMYK00.360.120.47
HSL319.59º21.97%43.73%-
HSV(B)319.59º36.03%53.33%-
XYZ16.9513.4119.46-
YUV105.41136.23149.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=39.65%
G=25.36%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368712000.360.120.47319.5921.9743.73
Hex885778024C2F140162c
Octal21012717004414575002654
Binary10001000101011111110000100100110010111110100000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885778; }

 p { color: rgb(136,87,120); }

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

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

 a { background-color: rgb(136,87,120); }

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

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

 span { border-color: rgb(136,87,120); }

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