#88677C

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

Shades of Strikemaster #88677C

Tints of Strikemaster #88677C

Color information

#88677C (or 0x88677C) is unknown color: approx Strikemaster. HEX triplet: 88, 67 and 7C. RGB value is (136,103,124). Sum of RGB (Red+Green+Blue) = 136+103+124=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88677C is #779883. Grayscale: #737373. Windows color (decimal): -7837828 or 8152968. OLE color: 8152968.

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

Color convert

RGB136103124-
CMYK00.240.090.47
HSL321.82º13.81%46.86%-
HSV(B)321.82º24.26%53.33%-
XYZ18.6416.3921.25-
YUV115.26132.93142.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=37.47%
G=28.37%
B=34.16%

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
Decimal13610312400.240.090.47321.8213.8146.86
Hex88677C01892F142e2f
Octal21014717403011575021657
Binary100010001100111111110001100010011011111010000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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