#886076

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

Shades of Strikemaster #886076

Tints of Strikemaster #886076

Color information

#886076 (or 0x886076) is unknown color: approx Strikemaster. HEX triplet: 88, 60 and 76. RGB value is (136,96,118). Sum of RGB (Red+Green+Blue) = 136+96+118=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886076 is #779F89. Grayscale: #6E6E6E. Windows color (decimal): -7839626 or 7757960. OLE color: 7757960.

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

Color convert

RGB13696118-
CMYK00.290.130.47
HSL327º17.24%45.49%-
HSV(B)327º29.41%53.33%-
XYZ17.6114.9119.09-
YUV110.47132.25146.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=38.86%
G=27.43%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369611800.290.130.4732717.2445.49
Hex88607601DD2F147112d
Octal21014016603515575072155
Binary1000100011000001110110011101110110111110100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886076; }

 p { color: rgb(136,96,118); }

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

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

 a { background-color: rgb(136,96,118); }

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

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

 span { border-color: rgb(136,96,118); }

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