#886277

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

Shades of Strikemaster #886277

Tints of Strikemaster #886277

Color information

#886277 (or 0x886277) is unknown color: approx Strikemaster. HEX triplet: 88, 62 and 77. RGB value is (136,98,119). Sum of RGB (Red+Green+Blue) = 136+98+119=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886277 is #779D88. Grayscale: #6F6F6F. Windows color (decimal): -7839113 or 7824008. OLE color: 7824008.

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

Color convert

RGB13698119-
CMYK00.280.120.47
HSL326.84º16.24%45.88%-
HSV(B)326.84º27.94%53.33%-
XYZ17.8515.319.47-
YUV111.76132.09145.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=38.53%
G=27.76%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369811900.280.120.47326.8416.2445.88
Hex88627701CC2F147102e
Octal21014216703414575072056
Binary1000100011000101110111011100110010111110100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886277; }

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

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

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

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

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

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

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

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