#88707D

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

Shades of Strikemaster #88707D

Tints of Strikemaster #88707D

Color information

#88707D (or 0x88707D) is unknown color: approx Strikemaster. HEX triplet: 88, 70 and 7D. RGB value is (136,112,125). Sum of RGB (Red+Green+Blue) = 136+112+125=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #88707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707D is #778F82. Grayscale: #787878. Windows color (decimal): -7835523 or 8220808. OLE color: 8220808.

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

Color convert

RGB136112125-
CMYK00.180.080.47
HSL327.5º9.68%48.63%-
HSV(B)327.5º17.65%53.33%-
XYZ19.6518.321.9-
YUV120.66130.45138.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=36.46%
G=30.03%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611212500.180.080.47327.59.6848.63
Hex88707D01282F148a31
Octal21016017502210575101261
Binary100010001110000111110101001010001011111010010001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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