#885879

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

Shades of Strikemaster #885879

Tints of Strikemaster #885879

Color information

#885879 (or 0x885879) is unknown color: approx Strikemaster. HEX triplet: 88, 58 and 79. RGB value is (136,88,121). Sum of RGB (Red+Green+Blue) = 136+88+121=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #885879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885879 is #77A786. Grayscale: #6A6A6A. Windows color (decimal): -7841671 or 7952520. OLE color: 7952520.

HSL color Cylindrical-coordinate representation of color #885879: hue angle of 318.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885879 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13688121-
CMYK00.350.110.47
HSL318.75º21.43%43.92%-
HSV(B)318.75º35.29%53.33%-
XYZ17.0913.5919.81-
YUV106.11136.4149.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=39.42%
G=25.51%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368812100.350.110.47318.7521.4343.92
Hex885879023B2F13f152c
Octal21013017104313574772554
Binary10001000101100011110010100011101110111110011111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885879; }

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

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

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

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

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

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

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

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