#856D7A

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

Shades of Strikemaster #856D7A

Tints of Strikemaster #856D7A

Color information

#856D7A (or 0x856D7A) is unknown color: approx Strikemaster. HEX triplet: 85, 6D and 7A. RGB value is (133,109,122). Sum of RGB (Red+Green+Blue) = 133+109+122=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D7A is #7A9285. Grayscale: #757575. Windows color (decimal): -8032902 or 8023429. OLE color: 8023429.

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

Color convert

RGB133109122-
CMYK00.180.080.48
HSL327.5º9.92%47.45%-
HSV(B)327.5º18.05%52.16%-
XYZ18.6517.3320.77-
YUV117.66130.45138.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=36.54%
G=29.95%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310912200.180.080.48327.59.9247.45
Hex856D7A012830148a2f
Octal20515517202210605101257
Binary100001011101101111101001001010001100001010010001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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