Html Css Color HEX #837781 Monsoon

📋 copy color: '#837781'

red 131 ◦ green 119 ◦ blue 129

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

Shades of Monsoon #837781

Tints of Monsoon #837781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 34.56%
G = 31.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#837781 (or 0x837781) is known color: Monsoon. HEX triplet: 83, 77 and 81. RGB value is (131,119,129). Sum of RGB (Red+Green+Blue) = 131+119+129=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #837781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837781 is #7C887E. Grayscale: #7B7B7B. Windows color (decimal): -8161407 or 8484739. OLE color: 8484739.

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

Color convert

RGB 131 119 129 -
CMYK 0 0.09 0.02 0.49
HSL 310º 0.05% 0.49% -
HSV(B) 310º 0.09% 0.51% -
XYZ 19.92 19.6 23.5 -
YUV 123.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 131 119 129 0 0.09 0.02 0.49 310 0.05 0.49
Hex 83 77 81 0 9 2 31 136 5 31
Octal 203 167 201 0 11 2 61 466 5 61
Binary 10000011 1110111 10000001 0 1001 10 110001 100110110 101 110001

Color Harmonies of #837781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837781

Black with #837781

Text Example


Text Example

White with #837781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837781; }

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

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

background-color css

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

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

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

border-color css

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

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

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