#88687D

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

Shades of Strikemaster #88687D

Tints of Strikemaster #88687D

Color information

#88687D (or 0x88687D) is unknown color: approx Strikemaster. HEX triplet: 88, 68 and 7D. RGB value is (136,104,125). Sum of RGB (Red+Green+Blue) = 136+104+125=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88687D is #779782. Grayscale: #737373. Windows color (decimal): -7837571 or 8218760. OLE color: 8218760.

HSL color Cylindrical-coordinate representation of color #88687D: hue angle of 320.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88687D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB136104125-
CMYK00.240.080.47
HSL320.62º13.33%47.06%-
HSV(B)320.62º23.53%53.33%-
XYZ18.8116.6221.62-
YUV115.96133.1142.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=37.26%
G=28.49%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610412500.240.080.47320.6213.3347.06
Hex88687D01882F141d2f
Octal21015017503010575011557
Binary100010001101000111110101100010001011111010000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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