#85757E

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

Shades of Strikemaster #85757E

Tints of Strikemaster #85757E

Color information

#85757E (or 0x85757E) is unknown color: approx Strikemaster. HEX triplet: 85, 75 and 7E. RGB value is (133,117,126). Sum of RGB (Red+Green+Blue) = 133+117+126=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #85757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85757E is #7A8A81. Grayscale: #7A7A7A. Windows color (decimal): -8030850 or 8287621. OLE color: 8287621.

HSL color Cylindrical-coordinate representation of color #85757E: hue angle of 326.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85757E is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133117126-
CMYK00.120.050.48
HSL326.25º6.4%49.02%-
HSV(B)326.25º12.03%52.16%-
XYZ19.819.2222.4-
YUV122.81129.8135.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=35.37%
G=31.12%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311712600.120.050.48326.256.449.02
Hex85757E0C530146631
Octal205165176014560506661
Binary100001011110101111111001100101110000101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85757E; }

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

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

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

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

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

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

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

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