#886279

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

Shades of Strikemaster #886279

Tints of Strikemaster #886279

Color information

#886279 (or 0x886279) is unknown color: approx Strikemaster. HEX triplet: 88, 62 and 79. RGB value is (136,98,121). Sum of RGB (Red+Green+Blue) = 136+98+121=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886279 is #779D86. Grayscale: #6F6F6F. Windows color (decimal): -7839111 or 7955080. OLE color: 7955080.

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

Color convert

RGB13698121-
CMYK00.280.110.47
HSL323.68º16.24%45.88%-
HSV(B)323.68º27.94%53.33%-
XYZ17.9715.3520.1-
YUV111.98133.09145.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=38.31%
G=27.61%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369812100.280.110.47323.6816.2445.88
Hex88627901CB2F144102e
Octal21014217103413575042056
Binary1000100011000101111001011100101110111110100010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886279; }

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

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

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

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

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

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

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

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