#837681

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

Shades of Monsoon #837681

Tints of Monsoon #837681

Color information

#837681 (or 0x837681) is unknown color: approx Monsoon. HEX triplet: 83, 76 and 81. RGB value is (131,118,129). Sum of RGB (Red+Green+Blue) = 131+118+129=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #837681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837681 is #7C897E. Grayscale: #7B7B7B. Windows color (decimal): -8161663 or 8484483. OLE color: 8484483.

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

Color convert

RGB131118129-
CMYK00.100.020.49
HSL309.23º5.22%48.82%-
HSV(B)309.23º9.92%51.37%-
XYZ19.819.3723.46-
YUV123.14131.31133.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=34.66%
G=31.22%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111812900.100.020.49309.235.2248.82
Hex8376810A231135531
Octal203166201012261465561
Binary100000111110110100000010101010110001100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837681; }

 p { color: rgb(131,118,129); }

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

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

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

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

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

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

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