#88717D

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

Shades of Strikemaster #88717D

Tints of Strikemaster #88717D

Color information

#88717D (or 0x88717D) is unknown color: approx Strikemaster. HEX triplet: 88, 71 and 7D. RGB value is (136,113,125). Sum of RGB (Red+Green+Blue) = 136+113+125=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #88717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88717D is #778E82. Grayscale: #797979. Windows color (decimal): -7835267 or 8221064. OLE color: 8221064.

HSL color Cylindrical-coordinate representation of color #88717D: hue angle of 328.7º 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 #88717D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB136113125-
CMYK00.170.080.47
HSL328.7º9.24%48.82%-
HSV(B)328.7º16.91%53.33%-
XYZ19.7618.5321.94-
YUV121.24130.12138.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=36.36%
G=30.21%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611312500.170.080.47328.79.2448.82
Hex88717D01182F149931
Octal21016117502110575111161
Binary100010001110001111110101000110001011111010010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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