#85777F

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

Shades of Monsoon #85777F

Tints of Monsoon #85777F

Color information

#85777F (or 0x85777F) is unknown color: approx Monsoon. HEX triplet: 85, 77 and 7F. RGB value is (133,119,127). Sum of RGB (Red+Green+Blue) = 133+119+127=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #85777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777F is #7A8880. Grayscale: #7C7C7C. Windows color (decimal): -8030337 or 8353669. OLE color: 8353669.

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

Color convert

RGB133119127-
CMYK00.110.050.48
HSL325.71º5.56%49.41%-
HSV(B)325.71º10.53%52.16%-
XYZ20.119.7122.82-
YUV124.1129.64134.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 127 (50% from 255) = 33.51%
R=35.09%
G=31.40%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311912700.110.050.48325.715.5649.41
Hex85777F0B530146631
Octal205167177013560506661
Binary100001011110111111111101011101110000101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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