#886B78

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

Shades of Strikemaster #886B78

Tints of Strikemaster #886B78

Color information

#886B78 (or 0x886B78) is unknown color: approx Strikemaster. HEX triplet: 88, 6B and 78. RGB value is (136,107,120). Sum of RGB (Red+Green+Blue) = 136+107+120=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #886B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B78 is #779487. Grayscale: #757575. Windows color (decimal): -7836808 or 7891848. OLE color: 7891848.

HSL color Cylindrical-coordinate representation of color #886B78: hue angle of 333.1º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B78 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB136107120-
CMYK00.210.120.47
HSL333.1º11.93%47.65%-
HSV(B)333.1º21.32%53.33%-
XYZ18.817.1120.08-
YUV117.15129.61141.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=37.47%
G=29.48%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610712000.210.120.47333.111.9347.65
Hex886B78015C2F14dc30
Octal21015317002514575151460
Binary100010001101011111100001010111001011111010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886B78; }

 p { color: rgb(136,107,120); }

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

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

 a { background-color: rgb(136,107,120); }

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

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

 span { border-color: rgb(136,107,120); }

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