#886976

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

Shades of Strikemaster #886976

Tints of Strikemaster #886976

Color information

#886976 (or 0x886976) is unknown color: approx Strikemaster. HEX triplet: 88, 69 and 76. RGB value is (136,105,118). Sum of RGB (Red+Green+Blue) = 136+105+118=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #886976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886976 is #779689. Grayscale: #737373. Windows color (decimal): -7837322 or 7760264. OLE color: 7760264.

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

Color convert

RGB136105118-
CMYK00.230.130.47
HSL334.84º12.86%47.25%-
HSV(B)334.84º22.79%53.33%-
XYZ18.4716.6519.38-
YUV115.75129.27142.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=37.88%
G=29.25%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610511800.230.130.47334.8412.8647.25
Hex886976017D2F14fd2f
Octal21015116602715575171557
Binary100010001101001111011001011111011011111010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886976; }

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

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

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

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

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

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

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

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