#886677

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

Shades of Strikemaster #886677

Tints of Strikemaster #886677

Color information

#886677 (or 0x886677) is unknown color: approx Strikemaster. HEX triplet: 88, 66 and 77. RGB value is (136,102,119). Sum of RGB (Red+Green+Blue) = 136+102+119=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886677 is #779988. Grayscale: #727272. Windows color (decimal): -7838089 or 7825032. OLE color: 7825032.

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

Color convert

RGB136102119-
CMYK00.250.120.47
HSL330º14.29%46.67%-
HSV(B)330º25%53.33%-
XYZ18.2316.0719.59-
YUV114.1130.76143.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=38.10%
G=28.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610211900.250.120.4733014.2946.67
Hex886677019C2F14ae2f
Octal21014616703114575121657
Binary100010001100110111011101100111001011111010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886677; }

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

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

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

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

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

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

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

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