#85747F

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

Shades of Monsoon #85747F

Tints of Monsoon #85747F

Color information

#85747F (or 0x85747F) is unknown color: approx Monsoon. HEX triplet: 85, 74 and 7F. RGB value is (133,116,127). Sum of RGB (Red+Green+Blue) = 133+116+127=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #85747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85747F is #7A8B80. Grayscale: #7A7A7A. Windows color (decimal): -8031105 or 8352901. OLE color: 8352901.

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

Color convert

RGB133116127-
CMYK00.130.050.48
HSL321.18º6.83%48.82%-
HSV(B)321.18º12.78%52.16%-
XYZ19.7519.0122.71-
YUV122.34130.63135.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 127 (50% from 255) = 33.78%
R=35.37%
G=30.85%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311612700.130.050.48321.186.8348.82
Hex85747F0D530141731
Octal205164177015560501761
Binary100001011110100111111101101101110000101000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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