#856775

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

Shades of Strikemaster #856775

Tints of Strikemaster #856775

Color information

#856775 (or 0x856775) is unknown color: approx Strikemaster. HEX triplet: 85, 67 and 75. RGB value is (133,103,117). Sum of RGB (Red+Green+Blue) = 133+103+117=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856775 is #7A988A. Grayscale: #717171. Windows color (decimal): -8034443 or 7694213. OLE color: 7694213.

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

Color convert

RGB133103117-
CMYK00.230.120.48
HSL332º12.71%46.27%-
HSV(B)332º22.56%52.16%-
XYZ17.7315.9718.98-
YUV113.57129.94141.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=37.68%
G=29.18%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310311700.230.120.4833212.7146.27
Hex856775017C3014cd2e
Octal20514716502714605141556
Binary100001011100111111010101011111001100001010011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856775; }

 p { color: rgb(133,103,117); }

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

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

 a { background-color: rgb(133,103,117); }

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

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

 span { border-color: rgb(133,103,117); }

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