#886275

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

Shades of Strikemaster #886275

Tints of Strikemaster #886275

Color information

#886275 (or 0x886275) is unknown color: approx Strikemaster. HEX triplet: 88, 62 and 75. RGB value is (136,98,117). Sum of RGB (Red+Green+Blue) = 136+98+117=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #886275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886275 is #779D8A. Grayscale: #6F6F6F. Windows color (decimal): -7839115 or 7692936. OLE color: 7692936.

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

Color convert

RGB13698117-
CMYK00.280.140.47
HSL330º16.24%45.88%-
HSV(B)330º27.94%53.33%-
XYZ17.7315.2518.84-
YUV111.53131.09145.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=38.75%
G=27.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369811700.280.140.4733016.2445.88
Hex88627501CE2F14a102e
Octal21014216503416575122056
Binary1000100011000101110101011100111010111110100101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886275; }

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

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

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

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

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

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

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

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