#886376

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

Shades of Strikemaster #886376

Tints of Strikemaster #886376

Color information

#886376 (or 0x886376) is unknown color: approx Strikemaster. HEX triplet: 88, 63 and 76. RGB value is (136,99,118). Sum of RGB (Red+Green+Blue) = 136+99+118=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886376 is #779C89. Grayscale: #707070. Windows color (decimal): -7838858 or 7758728. OLE color: 7758728.

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

Color convert

RGB13699118-
CMYK00.270.130.47
HSL329.19º15.74%46.08%-
HSV(B)329.19º27.21%53.33%-
XYZ17.8915.4719.18-
YUV112.23131.26144.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=38.53%
G=28.05%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369911800.270.130.47329.1915.7446.08
Hex88637601BD2F149102e
Octal21014316603315575112056
Binary1000100011000111110110011011110110111110100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886376; }

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

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

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

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

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

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

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

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