#88727D

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

Shades of Strikemaster #88727D

Tints of Strikemaster #88727D

Color information

#88727D (or 0x88727D) is unknown color: approx Strikemaster. HEX triplet: 88, 72 and 7D. RGB value is (136,114,125). Sum of RGB (Red+Green+Blue) = 136+114+125=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88727D is #778D82. Grayscale: #797979. Windows color (decimal): -7835011 or 8221320. OLE color: 8221320.

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

Color convert

RGB136114125-
CMYK00.160.080.47
HSL330º8.8%49.02%-
HSV(B)330º16.18%53.33%-
XYZ19.8718.7521.97-
YUV121.83129.79138.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=36.27%
G=30.4%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611412500.160.080.473308.849.02
Hex88727D01082F14a931
Octal21016217502010575121161
Binary100010001110010111110101000010001011111010010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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