Html Css Color HEX #837982 Monsoon

📋 copy color: '#837982'

red 131 ◦ green 121 ◦ blue 130

#837982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #837982

Tints of Monsoon #837982

RGB

 RED value IS 131 (51.56% from 255) = 34.29%

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 34.29%
G = 31.68%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#837982 (or 0x837982) is known color: Monsoon. HEX triplet: 83, 79 and 82. RGB value is (131,121,130). Sum of RGB (Red+Green+Blue) = 131+121+130=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 131 - color contains mainly: red. Hex color #837982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837982 is #7C867D. Grayscale: #7C7C7C. Windows color (decimal): -8160894 or 8550787. OLE color: 8550787.

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

Color convert

RGB 131 121 130 -
CMYK 0 0.08 0.01 0.49
HSL 306º 0.04% 0.49% -
HSV(B) 306º 0.08% 0.51% -
XYZ 20.23 20.11 23.93 -
YUV 125.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 131 121 130 0 0.08 0.01 0.49 306 0.04 0.49
Hex 83 79 82 0 8 1 31 132 4 31
Octal 203 171 202 0 10 1 61 462 4 61
Binary 10000011 1111001 10000010 0 1000 1 110001 100110010 100 110001

Color Harmonies of #837982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837982

Black with #837982

Text Example


Text Example

White with #837982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837982; }

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

 H1.HeaderClassName
 {
   color: #837982;
 }
 .AnyTagClassName
 {
   color: #837982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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