#88607C

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

Shades of Strikemaster #88607C

Tints of Strikemaster #88607C

Color information

#88607C (or 0x88607C) is unknown color: approx Strikemaster. HEX triplet: 88, 60 and 7C. RGB value is (136,96,124). Sum of RGB (Red+Green+Blue) = 136+96+124=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88607C is #779F83. Grayscale: #6F6F6F. Windows color (decimal): -7839620 or 8151176. OLE color: 8151176.

HSL color Cylindrical-coordinate representation of color #88607C: hue angle of 318º 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 #88607C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13696124-
CMYK00.290.090.47
HSL318º17.24%45.49%-
HSV(B)318º29.41%53.33%-
XYZ17.9715.0621.03-
YUV111.15135.25145.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=38.20%
G=26.97%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369612400.290.090.4731817.2445.49
Hex88607C01D92F13e112d
Octal21014017403511574762155
Binary1000100011000001111100011101100110111110011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88607C; }

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

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

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

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

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

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

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

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