#885478

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

Shades of Strikemaster #885478

Tints of Strikemaster #885478

Color information

#885478 (or 0x885478) is unknown color: approx Strikemaster. HEX triplet: 88, 54 and 78. RGB value is (136,84,120). Sum of RGB (Red+Green+Blue) = 136+84+120=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #885478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885478 is #77AB87. Grayscale: #676767. Windows color (decimal): -7842696 or 7885960. OLE color: 7885960.

HSL color Cylindrical-coordinate representation of color #885478: hue angle of 318.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885478 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13684120-
CMYK00.380.120.47
HSL318.46º23.64%43.14%-
HSV(B)318.46º38.24%53.33%-
XYZ16.7112.9319.38-
YUV103.65137.23151.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=40%
G=24.71%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368412000.380.120.47318.4623.6443.14
Hex885478026C2F13e182b
Octal21012417004614574763053
Binary10001000101010011110000100110110010111110011111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885478; }

 p { color: rgb(136,84,120); }

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

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

 a { background-color: rgb(136,84,120); }

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

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

 span { border-color: rgb(136,84,120); }

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