#85757F

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

Shades of Monsoon #85757F

Tints of Monsoon #85757F

Color information

#85757F (or 0x85757F) is unknown color: approx Monsoon. HEX triplet: 85, 75 and 7F. RGB value is (133,117,127). Sum of RGB (Red+Green+Blue) = 133+117+127=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85757F is #7A8A80. Grayscale: #7A7A7A. Windows color (decimal): -8030849 or 8353157. OLE color: 8353157.

HSL color Cylindrical-coordinate representation of color #85757F: hue angle of 322.5º 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 #85757F is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133117127-
CMYK00.120.050.48
HSL322.5º6.4%49.02%-
HSV(B)322.5º12.03%52.16%-
XYZ19.8619.2422.75-
YUV122.92130.3135.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 127 (50% from 255) = 33.69%
R=35.28%
G=31.03%
B=33.69%

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
Decimal13311712700.120.050.48322.56.449.02
Hex85757F0C530143631
Octal205165177014560503661
Binary100001011110101111111101100101110000101000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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