#83747F

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

Shades of Monsoon #83747F

Tints of Monsoon #83747F

Color information

#83747F (or 0x83747F) is unknown color: approx Monsoon. HEX triplet: 83, 74 and 7F. RGB value is (131,116,127). Sum of RGB (Red+Green+Blue) = 131+116+127=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #83747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83747F is #7C8B80. Grayscale: #797979. Windows color (decimal): -8162177 or 8352899. OLE color: 8352899.

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

Color convert

RGB131116127-
CMYK00.110.030.49
HSL316º6.07%48.43%-
HSV(B)316º11.45%51.37%-
XYZ19.4418.8522.69-
YUV121.74130.97134.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 127 (50% from 255) = 33.96%
R=35.03%
G=31.02%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111612700.110.030.493166.0748.43
Hex83747F0B33113c630
Octal203164177013361474660
Binary10000011111010011111110101111110001100111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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