#885979

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

Shades of Strikemaster #885979

Tints of Strikemaster #885979

Color information

#885979 (or 0x885979) is unknown color: approx Strikemaster. HEX triplet: 88, 59 and 79. RGB value is (136,89,121). Sum of RGB (Red+Green+Blue) = 136+89+121=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #885979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885979 is #77A686. Grayscale: #6A6A6A. Windows color (decimal): -7841415 or 7952776. OLE color: 7952776.

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

Color convert

RGB13689121-
CMYK00.350.110.47
HSL319.15º20.89%44.12%-
HSV(B)319.15º34.56%53.33%-
XYZ17.1813.7619.84-
YUV106.7136.07148.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=39.31%
G=25.72%
B=34.97%

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
Decimal1368912100.350.110.47319.1520.8944.12
Hex885979023B2F13f152c
Octal21013117104313574772554
Binary10001000101100111110010100011101110111110011111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885979; }

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

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

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

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

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

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

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

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