#855A77

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

Shades of Strikemaster #855A77

Tints of Strikemaster #855A77

Color information

#855A77 (or 0x855A77) is unknown color: approx Strikemaster. HEX triplet: 85, 5A and 77. RGB value is (133,90,119). Sum of RGB (Red+Green+Blue) = 133+90+119=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A77 is #7AA588. Grayscale: #6A6A6A. Windows color (decimal): -8037769 or 7821957. OLE color: 7821957.

HSL color Cylindrical-coordinate representation of color #855A77: hue angle of 319.53º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A77 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13390119-
CMYK00.320.110.48
HSL319.53º19.28%43.73%-
HSV(B)319.53º32.33%52.16%-
XYZ16.6613.6319.21-
YUV106.16135.25147.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=38.89%
G=26.32%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339011900.320.110.48319.5319.2843.73
Hex855A77020B30140132c
Octal20513216704013605002354
Binary10000101101101011101110100000101111000010100000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A77; }

 p { color: rgb(133,90,119); }

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

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

 a { background-color: rgb(133,90,119); }

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

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

 span { border-color: rgb(133,90,119); }

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