#88667E

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

Shades of Strikemaster #88667E

Tints of Strikemaster #88667E

Color information

#88667E (or 0x88667E) is unknown color: approx Strikemaster. HEX triplet: 88, 66 and 7E. RGB value is (136,102,126). Sum of RGB (Red+Green+Blue) = 136+102+126=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667E is #779981. Grayscale: #727272. Windows color (decimal): -7838082 or 8283784. OLE color: 8283784.

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

Color convert

RGB136102126-
CMYK00.250.070.47
HSL317.65º14.29%46.67%-
HSV(B)317.65º25%53.33%-
XYZ18.6716.2421.89-
YUV114.9134.26143.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=37.36%
G=28.02%
B=34.62%

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
Decimal13610212600.250.070.47317.6514.2946.67
Hex88667E01972F13ee2f
Octal2101461760317574761657
Binary10001000110011011111100110011111011111001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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