Html Css Color HEX #837782 Monsoon

📋 copy color: '#837782'

red 131 ◦ green 119 ◦ blue 130

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

Shades of Monsoon #837782

Tints of Monsoon #837782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 34.47%
G = 31.32%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#837782 (or 0x837782) is known color: Monsoon. HEX triplet: 83, 77 and 82. RGB value is (131,119,130). Sum of RGB (Red+Green+Blue) = 131+119+130=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 131 - color contains mainly: red. Hex color #837782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837782 is #7C887D. Grayscale: #7B7B7B. Windows color (decimal): -8161406 or 8550275. OLE color: 8550275.

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

Color convert

RGB 131 119 130 -
CMYK 0 0.09 0.01 0.49
HSL 305º 0.05% 0.49% -
HSV(B) 305º 0.09% 0.51% -
XYZ 19.99 19.63 23.85 -
YUV 123.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 131 119 130 0 0.09 0.01 0.49 305 0.05 0.49
Hex 83 77 82 0 9 1 31 131 5 31
Octal 203 167 202 0 11 1 61 461 5 61
Binary 10000011 1110111 10000010 0 1001 1 110001 100110001 101 110001

Color Harmonies of #837782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837782

Black with #837782

Text Example


Text Example

White with #837782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837782; }

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

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

background-color css

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

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

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

border-color css

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

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

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