#856F7A

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

Shades of Strikemaster #856F7A

Tints of Strikemaster #856F7A

Color information

#856F7A (or 0x856F7A) is unknown color: approx Strikemaster. HEX triplet: 85, 6F and 7A. RGB value is (133,111,122). Sum of RGB (Red+Green+Blue) = 133+111+122=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7A is #7A9085. Grayscale: #767676. Windows color (decimal): -8032390 or 8023941. OLE color: 8023941.

HSL color Cylindrical-coordinate representation of color #856F7A: hue angle of 330º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856F7A is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133111122-
CMYK00.170.080.48
HSL330º9.02%47.84%-
HSV(B)330º16.54%52.16%-
XYZ18.8717.7620.85-
YUV118.83129.79138.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=36.34%
G=30.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311112200.170.080.483309.0247.84
Hex856F7A01183014a930
Octal20515717202110605121160
Binary100001011101111111101001000110001100001010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856F7A; }

 p { color: rgb(133,111,122); }

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

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

 a { background-color: rgb(133,111,122); }

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

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

 span { border-color: rgb(133,111,122); }

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