#85767F

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

Shades of Monsoon #85767F

Tints of Monsoon #85767F

Color information

#85767F (or 0x85767F) is unknown color: approx Monsoon. HEX triplet: 85, 76 and 7F. RGB value is (133,118,127). Sum of RGB (Red+Green+Blue) = 133+118+127=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #85767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767F is #7A8980. Grayscale: #7B7B7B. Windows color (decimal): -8030593 or 8353413. OLE color: 8353413.

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

Color convert

RGB133118127-
CMYK00.110.050.48
HSL324º5.98%49.22%-
HSV(B)324º11.28%52.16%-
XYZ19.9819.4822.78-
YUV123.51129.97134.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 127 (50% from 255) = 33.60%
R=35.19%
G=31.22%
B=33.60%

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
Decimal13311812700.110.050.483245.9849.22
Hex85767F0B530144631
Octal205166177013560504661
Binary100001011110110111111101011101110000101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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