#88697F

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

Shades of Strikemaster #88697F

Tints of Strikemaster #88697F

Color information

#88697F (or 0x88697F) is unknown color: approx Strikemaster. HEX triplet: 88, 69 and 7F. RGB value is (136,105,127). Sum of RGB (Red+Green+Blue) = 136+105+127=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #88697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88697F is #779680. Grayscale: #747474. Windows color (decimal): -7837313 or 8350088. OLE color: 8350088.

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

Color convert

RGB136105127-
CMYK00.230.070.47
HSL317.42º12.86%47.25%-
HSV(B)317.42º22.79%53.33%-
XYZ19.0416.8722.33-
YUV116.78133.77141.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 127 (50% from 255) = 34.51%
R=36.96%
G=28.53%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610512700.230.070.47317.4212.8647.25
Hex88697F01772F13dd2f
Octal2101511770277574751557
Binary10001000110100111111110101111111011111001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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