#83797F

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

Shades of Monsoon #83797F

Tints of Monsoon #83797F

Color information

#83797F (or 0x83797F) is unknown color: approx Monsoon. HEX triplet: 83, 79 and 7F. RGB value is (131,121,127). Sum of RGB (Red+Green+Blue) = 131+121+127=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #83797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83797F is #7C8680. Grayscale: #7C7C7C. Windows color (decimal): -8160897 or 8354179. OLE color: 8354179.

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

Color convert

RGB131121127-
CMYK00.080.030.49
HSL324º3.97%49.41%-
HSV(B)324º7.63%51.37%-
XYZ20.0320.0322.89-
YUV124.67129.31132.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 127 (50% from 255) = 33.51%
R=34.56%
G=31.93%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112112700.080.030.493243.9749.41
Hex83797F08331144431
Octal203171177010361504461
Binary10000011111100111111110100011110001101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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