#88727F

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

Shades of Strikemaster #88727F

Tints of Strikemaster #88727F

Color information

#88727F (or 0x88727F) is unknown color: approx Strikemaster. HEX triplet: 88, 72 and 7F. RGB value is (136,114,127). Sum of RGB (Red+Green+Blue) = 136+114+127=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88727F is #778D80. Grayscale: #7A7A7A. Windows color (decimal): -7835009 or 8352392. OLE color: 8352392.

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

Color convert

RGB136114127-
CMYK00.160.070.47
HSL324.55º8.8%49.02%-
HSV(B)324.55º16.18%53.33%-
XYZ2018.822.65-
YUV122.06130.79137.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 127 (50% from 255) = 33.69%
R=36.07%
G=30.24%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611412700.160.070.47324.558.849.02
Hex88727F01072F145931
Octal2101621770207575051161
Binary10001000111001011111110100001111011111010001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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