#855F76

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

Shades of Strikemaster #855F76

Tints of Strikemaster #855F76

Color information

#855F76 (or 0x855F76) is unknown color: approx Strikemaster. HEX triplet: 85, 5F and 76. RGB value is (133,95,118). Sum of RGB (Red+Green+Blue) = 133+95+118=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F76 is #7AA089. Grayscale: #6C6C6C. Windows color (decimal): -8036490 or 7757701. OLE color: 7757701.

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

Color convert

RGB13395118-
CMYK00.290.110.48
HSL323.68º16.67%44.71%-
HSV(B)323.68º28.57%52.16%-
XYZ17.0414.4819.04-
YUV108.98133.09145.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=38.44%
G=27.46%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339511800.290.110.48323.6816.6744.71
Hex855F7601DB30144112d
Octal20513716603513605042155
Binary1000010110111111110110011101101111000010100010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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