#855E74

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

Shades of Strikemaster #855E74

Tints of Strikemaster #855E74

Color information

#855E74 (or 0x855E74) is unknown color: approx Strikemaster. HEX triplet: 85, 5E and 74. RGB value is (133,94,116). Sum of RGB (Red+Green+Blue) = 133+94+116=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #855E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E74 is #7AA18B. Grayscale: #6C6C6C. Windows color (decimal): -8036748 or 7626373. OLE color: 7626373.

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

Color convert

RGB13394116-
CMYK00.290.130.48
HSL326.15º17.18%44.51%-
HSV(B)326.15º29.32%52.16%-
XYZ16.8314.2518.39-
YUV108.17132.42145.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=38.78%
G=27.41%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339411600.290.130.48326.1517.1844.51
Hex855E7401DD30146112d
Octal20513616403515605062155
Binary1000010110111101110100011101110111000010100011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,94,116); }

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

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

 a { background-color: rgb(133,94,116); }

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

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

 span { border-color: rgb(133,94,116); }

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