#837680

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

Shades of Monsoon #837680

Tints of Monsoon #837680

Color information

#837680 (or 0x837680) is unknown color: approx Monsoon. HEX triplet: 83, 76 and 80. RGB value is (131,118,128). Sum of RGB (Red+Green+Blue) = 131+118+128=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #837680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837680 is #7C897F. Grayscale: #7A7A7A. Windows color (decimal): -8161664 or 8418947. OLE color: 8418947.

HSL color Cylindrical-coordinate representation of color #837680: hue angle of 313.85º 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 #837680 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131118128-
CMYK00.100.020.49
HSL313.85º5.22%48.82%-
HSV(B)313.85º9.92%51.37%-
XYZ19.7319.3423.12-
YUV123.03130.81133.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=34.75%
G=31.30%
B=33.95%

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
Decimal13111812800.100.020.49313.855.2248.82
Hex8376800A23113a531
Octal203166200012261472561
Binary100000111110110100000000101010110001100111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837680; }

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

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

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

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

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

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

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

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