#886776

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

Shades of Strikemaster #886776

Tints of Strikemaster #886776

Color information

#886776 (or 0x886776) is unknown color: approx Strikemaster. HEX triplet: 88, 67 and 76. RGB value is (136,103,118). Sum of RGB (Red+Green+Blue) = 136+103+118=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886776 is #779889. Grayscale: #727272. Windows color (decimal): -7837834 or 7759752. OLE color: 7759752.

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

Color convert

RGB136103118-
CMYK00.240.130.47
HSL332.73º13.81%46.86%-
HSV(B)332.73º24.26%53.33%-
XYZ18.2716.2419.31-
YUV114.58129.93143.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=38.10%
G=28.85%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610311800.240.130.47332.7313.8146.86
Hex886776018D2F14de2f
Octal21014716603015575151657
Binary100010001100111111011001100011011011111010011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886776; }

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

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

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

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

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

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

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

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