#885775

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

Shades of Strikemaster #885775

Tints of Strikemaster #885775

Color information

#885775 (or 0x885775) is unknown color: approx Strikemaster. HEX triplet: 88, 57 and 75. RGB value is (136,87,117). Sum of RGB (Red+Green+Blue) = 136+87+117=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #885775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885775 is #77A88A. Grayscale: #696969. Windows color (decimal): -7841931 or 7690120. OLE color: 7690120.

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

Color convert

RGB13687117-
CMYK00.360.140.47
HSL323.27º21.97%43.73%-
HSV(B)323.27º36.03%53.33%-
XYZ16.7713.3318.52-
YUV105.07134.73150.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=40%
G=25.59%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368711700.360.140.47323.2721.9743.73
Hex885775024E2F143162c
Octal21012716504416575032654
Binary10001000101011111101010100100111010111110100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885775; }

 p { color: rgb(136,87,117); }

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

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

 a { background-color: rgb(136,87,117); }

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

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

 span { border-color: rgb(136,87,117); }

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