#886475

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

Shades of Strikemaster #886475

Tints of Strikemaster #886475

Color information

#886475 (or 0x886475) is unknown color: approx Strikemaster. HEX triplet: 88, 64 and 75. RGB value is (136,100,117). Sum of RGB (Red+Green+Blue) = 136+100+117=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886475 is #779B8A. Grayscale: #707070. Windows color (decimal): -7838603 or 7693448. OLE color: 7693448.

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

Color convert

RGB136100117-
CMYK00.260.140.47
HSL331.67º15.25%46.27%-
HSV(B)331.67º26.47%53.33%-
XYZ17.9215.6318.9-
YUV112.7130.43144.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=38.53%
G=28.33%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610011700.260.140.47331.6715.2546.27
Hex88647501AE2F14cf2e
Octal21014416503216575141756
Binary100010001100100111010101101011101011111010011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886475; }

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

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

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

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

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

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

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

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