#856074

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

Shades of Strikemaster #856074

Tints of Strikemaster #856074

Color information

#856074 (or 0x856074) is unknown color: approx Strikemaster. HEX triplet: 85, 60 and 74. RGB value is (133,96,116). Sum of RGB (Red+Green+Blue) = 133+96+116=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #856074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856074 is #7A9F8B. Grayscale: #6D6D6D. Windows color (decimal): -8036236 or 7626885. OLE color: 7626885.

HSL color Cylindrical-coordinate representation of color #856074: hue angle of 327.57º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856074 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13396116-
CMYK00.280.130.48
HSL327.57º16.16%44.9%-
HSV(B)327.57º27.82%52.16%-
XYZ17.0114.6118.45-
YUV109.34131.76144.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=38.55%
G=27.83%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339611600.280.130.48327.5716.1644.9
Hex85607401CD30148102d
Octal20514016403415605102055
Binary1000010111000001110100011100110111000010100100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856074; }

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

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

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

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

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

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

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

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