#88717E

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

Shades of Strikemaster #88717E

Tints of Strikemaster #88717E

Color information

#88717E (or 0x88717E) is unknown color: approx Strikemaster. HEX triplet: 88, 71 and 7E. RGB value is (136,113,126). Sum of RGB (Red+Green+Blue) = 136+113+126=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88717E is #778E81. Grayscale: #797979. Windows color (decimal): -7835266 or 8286600. OLE color: 8286600.

HSL color Cylindrical-coordinate representation of color #88717E: hue angle of 326.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88717E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136113126-
CMYK00.170.070.47
HSL326.09º9.24%48.82%-
HSV(B)326.09º16.91%53.33%-
XYZ19.8218.5522.27-
YUV121.36130.62138.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=36.27%
G=30.13%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611312600.170.070.47326.099.2448.82
Hex88717E01172F146931
Octal2101611760217575061161
Binary10001000111000111111100100011111011111010001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88717E; }

 p { color: rgb(136,113,126); }

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

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

 a { background-color: rgb(136,113,126); }

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

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

 span { border-color: rgb(136,113,126); }

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