#886079

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

Shades of Strikemaster #886079

Tints of Strikemaster #886079

Color information

#886079 (or 0x886079) is unknown color: approx Strikemaster. HEX triplet: 88, 60 and 79. RGB value is (136,96,121). Sum of RGB (Red+Green+Blue) = 136+96+121=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886079 is #779F86. Grayscale: #6E6E6E. Windows color (decimal): -7839623 or 7954568. OLE color: 7954568.

HSL color Cylindrical-coordinate representation of color #886079: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886079 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13696121-
CMYK00.290.110.47
HSL322.5º17.24%45.49%-
HSV(B)322.5º29.41%53.33%-
XYZ17.7914.9820.04-
YUV110.81133.75145.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=38.53%
G=27.20%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369612100.290.110.47322.517.2445.49
Hex88607901DB2F142112d
Octal21014017103513575022155
Binary1000100011000001111001011101101110111110100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886079; }

 p { color: rgb(136,96,121); }

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

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

 a { background-color: rgb(136,96,121); }

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

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

 span { border-color: rgb(136,96,121); }

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