#886777

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

Shades of Strikemaster #886777

Tints of Strikemaster #886777

Color information

#886777 (or 0x886777) is unknown color: approx Strikemaster. HEX triplet: 88, 67 and 77. RGB value is (136,103,119). Sum of RGB (Red+Green+Blue) = 136+103+119=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #886777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886777 is #779888. Grayscale: #727272. Windows color (decimal): -7837833 or 7825288. OLE color: 7825288.

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

Color convert

RGB136103119-
CMYK00.240.120.47
HSL330.91º13.81%46.86%-
HSV(B)330.91º24.26%53.33%-
XYZ18.3316.2719.63-
YUV114.69130.43143.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=37.99%
G=28.77%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610311900.240.120.47330.9113.8146.86
Hex886777018C2F14be2f
Octal21014716703014575131657
Binary100010001100111111011101100011001011111010010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886777; }

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

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

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

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

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

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

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

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