#88637E

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

Shades of Strikemaster #88637E

Tints of Strikemaster #88637E

Color information

#88637E (or 0x88637E) is unknown color: approx Strikemaster. HEX triplet: 88, 63 and 7E. RGB value is (136,99,126). Sum of RGB (Red+Green+Blue) = 136+99+126=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88637E is #779C81. Grayscale: #717171. Windows color (decimal): -7838850 or 8283016. OLE color: 8283016.

HSL color Cylindrical-coordinate representation of color #88637E: hue angle of 316.22º 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 #88637E is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13699126-
CMYK00.270.070.47
HSL316.22º15.74%46.08%-
HSV(B)316.22º27.21%53.33%-
XYZ18.3815.6621.79-
YUV113.14135.26144.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=37.67%
G=27.42%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369912600.270.070.47316.2215.7446.08
Hex88637E01B72F13c102e
Octal2101431760337574742056
Binary100010001100011111111001101111110111110011110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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