#88637C

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

Shades of Strikemaster #88637C

Tints of Strikemaster #88637C

Color information

#88637C (or 0x88637C) is unknown color: approx Strikemaster. HEX triplet: 88, 63 and 7C. RGB value is (136,99,124). Sum of RGB (Red+Green+Blue) = 136+99+124=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88637C is #779C83. Grayscale: #707070. Windows color (decimal): -7838852 or 8151944. OLE color: 8151944.

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

Color convert

RGB13699124-
CMYK00.270.090.47
HSL319.46º15.74%46.08%-
HSV(B)319.46º27.21%53.33%-
XYZ18.2515.6121.12-
YUV112.91134.26144.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=37.88%
G=27.58%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369912400.270.090.47319.4615.7446.08
Hex88637C01B92F13f102e
Octal21014317403311574772056
Binary1000100011000111111100011011100110111110011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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