#886D7E

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

Shades of Strikemaster #886D7E

Tints of Strikemaster #886D7E

Color information

#886D7E (or 0x886D7E) is unknown color: approx Strikemaster. HEX triplet: 88, 6D and 7E. RGB value is (136,109,126). Sum of RGB (Red+Green+Blue) = 136+109+126=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D7E is #779281. Grayscale: #767676. Windows color (decimal): -7836290 or 8285576. OLE color: 8285576.

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

Color convert

RGB136109126-
CMYK00.200.070.47
HSL322.22º11.02%48.04%-
HSV(B)322.22º19.85%53.33%-
XYZ19.3917.6822.13-
YUV119.01131.95140.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=36.66%
G=29.38%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610912600.200.070.47322.2211.0248.04
Hex886D7E01472F142b30
Octal2101551760247575021360
Binary10001000110110111111100101001111011111010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,126); }

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

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

 a { background-color: rgb(136,109,126); }

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

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

 span { border-color: rgb(136,109,126); }

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