#88697E

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

Shades of Strikemaster #88697E

Tints of Strikemaster #88697E

Color information

#88697E (or 0x88697E) is unknown color: approx Strikemaster. HEX triplet: 88, 69 and 7E. RGB value is (136,105,126). Sum of RGB (Red+Green+Blue) = 136+105+126=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #88697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88697E is #779681. Grayscale: #747474. Windows color (decimal): -7837314 or 8284552. OLE color: 8284552.

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

Color convert

RGB136105126-
CMYK00.230.070.47
HSL319.35º12.86%47.25%-
HSV(B)319.35º22.79%53.33%-
XYZ18.9716.8421.99-
YUV116.66133.27141.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=37.06%
G=28.61%
B=34.33%

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
Decimal13610512600.230.070.47319.3512.8647.25
Hex88697E01772F13fd2f
Octal2101511760277574771557
Binary10001000110100111111100101111111011111001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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