#83737F

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

Shades of Monsoon #83737F

Tints of Monsoon #83737F

Color information

#83737F (or 0x83737F) is unknown color: approx Monsoon. HEX triplet: 83, 73 and 7F. RGB value is (131,115,127). Sum of RGB (Red+Green+Blue) = 131+115+127=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83737F is #7C8C80. Grayscale: #797979. Windows color (decimal): -8162433 or 8352643. OLE color: 8352643.

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

Color convert

RGB131115127-
CMYK00.120.030.49
HSL315º6.5%48.24%-
HSV(B)315º12.21%51.37%-
XYZ19.3218.6222.65-
YUV121.15131.3135.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 127 (50% from 255) = 34.05%
R=35.12%
G=30.83%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111512700.120.030.493156.548.24
Hex83737F0C33113b730
Octal203163177014361473760
Binary10000011111001111111110110011110001100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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