#85727D

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

Shades of Strikemaster #85727D

Tints of Strikemaster #85727D

Color information

#85727D (or 0x85727D) is unknown color: approx Strikemaster. HEX triplet: 85, 72 and 7D. RGB value is (133,114,125). Sum of RGB (Red+Green+Blue) = 133+114+125=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727D is #7A8D82. Grayscale: #787878. Windows color (decimal): -8031619 or 8221317. OLE color: 8221317.

HSL color Cylindrical-coordinate representation of color #85727D: hue angle of 325.26º 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 #85727D is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133114125-
CMYK00.140.060.48
HSL325.26º7.69%48.43%-
HSV(B)325.26º14.29%52.16%-
XYZ19.3918.521.95-
YUV120.93130.29136.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=35.75%
G=30.65%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311412500.140.060.48325.267.6948.43
Hex85727D0E630145830
Octal2051621750166605051060
Binary1000010111100101111101011101101100001010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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