#855B76

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

Shades of Strikemaster #855B76

Tints of Strikemaster #855B76

Color information

#855B76 (or 0x855B76) is unknown color: approx Strikemaster. HEX triplet: 85, 5B and 76. RGB value is (133,91,118). Sum of RGB (Red+Green+Blue) = 133+91+118=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B76 is #7AA489. Grayscale: #6A6A6A. Windows color (decimal): -8037514 or 7756677. OLE color: 7756677.

HSL color Cylindrical-coordinate representation of color #855B76: hue angle of 321.43º 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 #855B76 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13391118-
CMYK00.320.110.48
HSL321.43º18.75%43.92%-
HSV(B)321.43º31.58%52.16%-
XYZ16.6813.7818.92-
YUV106.64134.41146.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=38.89%
G=26.61%
B=34.50%

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
Decimal1339111800.320.110.48321.4318.7543.92
Hex855B76020B30141132c
Octal20513316604013605012354
Binary10000101101101111101100100000101111000010100000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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