Html Css Color HEX #837682 Monsoon

📋 copy color: '#837682'

red 131 ◦ green 118 ◦ blue 130

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

Shades of Monsoon #837682

Tints of Monsoon #837682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 34.56%
G = 31.13%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#837682 (or 0x837682) is known color: Monsoon. HEX triplet: 83, 76 and 82. RGB value is (131,118,130). Sum of RGB (Red+Green+Blue) = 131+118+130=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #837682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837682 is #7C897D. Grayscale: #7B7B7B. Windows color (decimal): -8161662 or 8550019. OLE color: 8550019.

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

Color convert

RGB 131 118 130 -
CMYK 0 0.10 0.01 0.49
HSL 304.62º 0.05% 0.49% -
HSV(B) 304.62º 0.1% 0.51% -
XYZ 19.87 19.39 23.82 -
YUV 123.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 131 118 130 0 0.10 0.01 0.49 304.62 0.05 0.49
Hex 83 76 82 0 A 1 31 131 5 31
Octal 203 166 202 0 12 1 61 461 5 61
Binary 10000011 1110110 10000010 0 1010 1 110001 100110001 101 110001

Color Harmonies of #837682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837682

Black with #837682

Text Example


Text Example

White with #837682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837682; }

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

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

background-color css

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

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

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

border-color css

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

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

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