#837D83

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

Shades of Monsoon #837D83

Tints of Monsoon #837D83

Color information

#837D83 (or 0x837D83) is unknown color: approx Monsoon. HEX triplet: 83, 7D and 83. RGB value is (131,125,131). Sum of RGB (Red+Green+Blue) = 131+125+131=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D83 is #7C827C. Grayscale: #7F7F7F. Windows color (decimal): -8159869 or 8617347. OLE color: 8617347.

HSL color Cylindrical-coordinate representation of color #837D83: hue angle of 300º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #837D83 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB131125131-
CMYK00.0500.49
HSL300º2.36%50.2%-
HSV(B)300º4.58%51.37%-
XYZ20.7921.1324.46-
YUV127.48129.99130.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=33.85%
G=32.30%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112513100.0500.493002.3650.2
Hex837D830503112c232
Octal20317520305061454262
Binary100000111111101100000110101011000110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837D83; }

 p { color: rgb(131,125,131); }

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

<style>
 a { background-color: #837D83; }

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

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

<style>
 span { border-color: #837D83; }

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

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