#88687C

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

Shades of Strikemaster #88687C

Tints of Strikemaster #88687C

Color information

#88687C (or 0x88687C) is unknown color: approx Strikemaster. HEX triplet: 88, 68 and 7C. RGB value is (136,104,124). Sum of RGB (Red+Green+Blue) = 136+104+124=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88687C is #779783. Grayscale: #737373. Windows color (decimal): -7837572 or 8153224. OLE color: 8153224.

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

Color convert

RGB136104124-
CMYK00.240.090.47
HSL322.5º13.33%47.06%-
HSV(B)322.5º23.53%53.33%-
XYZ18.7416.5921.28-
YUV115.85132.6142.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=37.36%
G=28.57%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610412400.240.090.47322.513.3347.06
Hex88687C01892F142d2f
Octal21015017403011575021557
Binary100010001101000111110001100010011011111010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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