#83727F

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

Shades of Monsoon #83727F

Tints of Monsoon #83727F

Color information

#83727F (or 0x83727F) is unknown color: approx Monsoon. HEX triplet: 83, 72 and 7F. RGB value is (131,114,127). Sum of RGB (Red+Green+Blue) = 131+114+127=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #83727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727F is #7C8D80. Grayscale: #787878. Windows color (decimal): -8162689 or 8352387. OLE color: 8352387.

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

Color convert

RGB131114127-
CMYK00.130.030.49
HSL314.12º6.94%48.04%-
HSV(B)314.12º12.98%51.37%-
XYZ19.2118.3922.62-
YUV120.56131.63135.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 127 (50% from 255) = 34.14%
R=35.22%
G=30.65%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111412700.130.030.49314.126.9448.04
Hex83727F0D33113a730
Octal203162177015361472760
Binary10000011111001011111110110111110001100111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,114,127); }

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

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

 a { background-color: rgb(131,114,127); }

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

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

 span { border-color: rgb(131,114,127); }

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