#88637A

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

Shades of Strikemaster #88637A

Tints of Strikemaster #88637A

Color information

#88637A (or 0x88637A) is unknown color: approx Strikemaster. HEX triplet: 88, 63 and 7A. RGB value is (136,99,122). Sum of RGB (Red+Green+Blue) = 136+99+122=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88637A is #779C85. Grayscale: #707070. Windows color (decimal): -7838854 or 8020872. OLE color: 8020872.

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

Color convert

RGB13699122-
CMYK00.270.100.47
HSL322.7º15.74%46.08%-
HSV(B)322.7º27.21%53.33%-
XYZ18.1315.5620.46-
YUV112.68133.26144.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=38.10%
G=27.73%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369912200.270.100.47322.715.7446.08
Hex88637A01BA2F143102e
Octal21014317203312575032056
Binary1000100011000111111010011011101010111110100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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