#88667F

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

Shades of Strikemaster #88667F

Tints of Strikemaster #88667F

Color information

#88667F (or 0x88667F) is unknown color: approx Strikemaster. HEX triplet: 88, 66 and 7F. RGB value is (136,102,127). Sum of RGB (Red+Green+Blue) = 136+102+127=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667F is #779980. Grayscale: #727272. Windows color (decimal): -7838081 or 8349320. OLE color: 8349320.

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

Color convert

RGB136102127-
CMYK00.250.070.47
HSL315.88º14.29%46.67%-
HSV(B)315.88º25%53.33%-
XYZ18.7416.2722.23-
YUV115.02134.76142.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 127 (50% from 255) = 34.79%
R=37.26%
G=27.95%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610212700.250.070.47315.8814.2946.67
Hex88667F01972F13ce2f
Octal2101461770317574741657
Binary10001000110011011111110110011111011111001111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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