#85737F

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

Shades of Monsoon #85737F

Tints of Monsoon #85737F

Color information

#85737F (or 0x85737F) is unknown color: approx Monsoon. HEX triplet: 85, 73 and 7F. RGB value is (133,115,127). Sum of RGB (Red+Green+Blue) = 133+115+127=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85737F is #7A8C80. Grayscale: #797979. Windows color (decimal): -8031361 or 8352645. OLE color: 8352645.

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

Color convert

RGB133115127-
CMYK00.140.050.48
HSL320º7.26%48.63%-
HSV(B)320º13.53%52.16%-
XYZ19.6318.7822.67-
YUV121.75130.96136.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 127 (50% from 255) = 33.87%
R=35.47%
G=30.67%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311512700.140.050.483207.2648.63
Hex85737F0E530140731
Octal205163177016560500761
Binary100001011110011111111101110101110000101000000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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