#88697B

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

Shades of Strikemaster #88697B

Tints of Strikemaster #88697B

Color information

#88697B (or 0x88697B) is unknown color: approx Strikemaster. HEX triplet: 88, 69 and 7B. RGB value is (136,105,123). Sum of RGB (Red+Green+Blue) = 136+105+123=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88697B is #779684. Grayscale: #747474. Windows color (decimal): -7837317 or 8087944. OLE color: 8087944.

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

Color convert

RGB136105123-
CMYK00.230.100.47
HSL325.16º12.86%47.25%-
HSV(B)325.16º22.79%53.33%-
XYZ18.7816.7720.99-
YUV116.32131.77142.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=37.36%
G=28.85%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610512300.230.100.47325.1612.8647.25
Hex88697B017A2F145d2f
Octal21015117302712575051557
Binary100010001101001111101101011110101011111010001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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