#886375

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

Shades of Strikemaster #886375

Tints of Strikemaster #886375

Color information

#886375 (or 0x886375) is unknown color: approx Strikemaster. HEX triplet: 88, 63 and 75. RGB value is (136,99,117). Sum of RGB (Red+Green+Blue) = 136+99+117=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886375 is #779C8A. Grayscale: #707070. Windows color (decimal): -7838859 or 7693192. OLE color: 7693192.

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

Color convert

RGB13699117-
CMYK00.270.140.47
HSL330.81º15.74%46.08%-
HSV(B)330.81º27.21%53.33%-
XYZ17.8315.4418.87-
YUV112.12130.76145.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=38.64%
G=28.12%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369911700.270.140.47330.8115.7446.08
Hex88637501BE2F14b102e
Octal21014316503316575132056
Binary1000100011000111110101011011111010111110100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886375; }

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

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

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

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

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

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

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

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