#85727C

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

Shades of Strikemaster #85727C

Tints of Strikemaster #85727C

Color information

#85727C (or 0x85727C) is unknown color: approx Strikemaster. HEX triplet: 85, 72 and 7C. RGB value is (133,114,124). Sum of RGB (Red+Green+Blue) = 133+114+124=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727C is #7A8D83. Grayscale: #787878. Windows color (decimal): -8031620 or 8155781. OLE color: 8155781.

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

Color convert

RGB133114124-
CMYK00.140.070.48
HSL328.42º7.69%48.43%-
HSV(B)328.42º14.29%52.16%-
XYZ19.3318.4821.62-
YUV120.82129.79136.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=35.85%
G=30.73%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311412400.140.070.48328.427.6948.43
Hex85727C0E730148830
Octal2051621740167605101060
Binary1000010111100101111100011101111100001010010001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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