#855776

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

Shades of Strikemaster #855776

Tints of Strikemaster #855776

Color information

#855776 (or 0x855776) is unknown color: approx Strikemaster. HEX triplet: 85, 57 and 76. RGB value is (133,87,118). Sum of RGB (Red+Green+Blue) = 133+87+118=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #855776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855776 is #7AA889. Grayscale: #686868. Windows color (decimal): -8038538 or 7755653. OLE color: 7755653.

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

Color convert

RGB13387118-
CMYK00.350.110.48
HSL319.57º20.91%43.14%-
HSV(B)319.57º34.59%52.16%-
XYZ16.3513.1118.81-
YUV104.29135.74148.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=39.35%
G=25.74%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338711800.350.110.48319.5720.9143.14
Hex855776023B30140152b
Octal20512716604313605002553
Binary10000101101011111101100100011101111000010100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855776; }

 p { color: rgb(133,87,118); }

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

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

 a { background-color: rgb(133,87,118); }

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

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

 span { border-color: rgb(133,87,118); }

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