#85707C

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

Shades of Strikemaster #85707C

Tints of Strikemaster #85707C

Color information

#85707C (or 0x85707C) is unknown color: approx Strikemaster. HEX triplet: 85, 70 and 7C. RGB value is (133,112,124). Sum of RGB (Red+Green+Blue) = 133+112+124=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #85707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85707C is #7A8F83. Grayscale: #777777. Windows color (decimal): -8032132 or 8155269. OLE color: 8155269.

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

Color convert

RGB133112124-
CMYK00.160.070.48
HSL325.71º8.57%48.04%-
HSV(B)325.71º15.79%52.16%-
XYZ19.1118.0321.54-
YUV119.65130.46137.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=36.04%
G=30.35%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311212400.160.070.48325.718.5748.04
Hex85707C010730146930
Octal2051601740207605061160
Binary10000101111000011111000100001111100001010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85707C; }

 p { color: rgb(133,112,124); }

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

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

 a { background-color: rgb(133,112,124); }

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

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

 span { border-color: rgb(133,112,124); }

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