#88657B

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

Shades of Strikemaster #88657B

Tints of Strikemaster #88657B

Color information

#88657B (or 0x88657B) is unknown color: approx Strikemaster. HEX triplet: 88, 65 and 7B. RGB value is (136,101,123). Sum of RGB (Red+Green+Blue) = 136+101+123=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88657B is #779A84. Grayscale: #717171. Windows color (decimal): -7838341 or 8086920. OLE color: 8086920.

HSL color Cylindrical-coordinate representation of color #88657B: hue angle of 322.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88657B is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136101123-
CMYK00.260.100.47
HSL322.29º14.77%46.47%-
HSV(B)322.29º25.74%53.33%-
XYZ18.3815.9720.85-
YUV113.97133.1143.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=37.78%
G=28.06%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610112300.260.100.47322.2914.7746.47
Hex88657B01AA2F142f2e
Octal21014517303212575021756
Binary100010001100101111101101101010101011111010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88657B; }

 p { color: rgb(136,101,123); }

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

<style>
 a { background-color: #88657B; }

 a { background-color: rgb(136,101,123); }

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

<style>
 span { border-color: #88657B; }

 span { border-color: rgb(136,101,123); }

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