#88707F

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

Shades of Strikemaster #88707F

Tints of Strikemaster #88707F

Color information

#88707F (or 0x88707F) is unknown color: approx Strikemaster. HEX triplet: 88, 70 and 7F. RGB value is (136,112,127). Sum of RGB (Red+Green+Blue) = 136+112+127=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707F is #778F80. Grayscale: #787878. Windows color (decimal): -7835521 or 8351880. OLE color: 8351880.

HSL color Cylindrical-coordinate representation of color #88707F: hue angle of 322.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 #88707F is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136112127-
CMYK00.180.070.47
HSL322.5º9.68%48.63%-
HSV(B)322.5º17.65%53.33%-
XYZ19.7818.3522.58-
YUV120.89131.45138.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 127 (50% from 255) = 33.87%
R=36.27%
G=29.87%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611212700.180.070.47322.59.6848.63
Hex88707F01272F142a31
Octal2101601770227575021261
Binary10001000111000011111110100101111011111010000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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