Html Css Color HEX #83727E Monsoon

📋 copy color: '#83727E'

red 131 ◦ green 114 ◦ blue 126

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

Shades of Monsoon #83727E

Tints of Monsoon #83727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 35.31%
G = 30.73%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83727E (or 0x83727E) is known color: Monsoon. HEX triplet: 83, 72 and 7E. RGB value is (131,114,126). Sum of RGB (Red+Green+Blue) = 131+114+126=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727E is #7C8D81. Grayscale: #787878. Windows color (decimal): -8162690 or 8286851. OLE color: 8286851.

HSL color Cylindrical-coordinate representation of color #83727E: hue angle of 317.65º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #83727E is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 114 126 -
CMYK 0 0.13 0.04 0.49
HSL 317.65º 0.07% 0.48% -
HSV(B) 317.65º 0.13% 0.51% -
XYZ 19.14 18.37 22.27 -
YUV 120.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 131 114 126 0 0.13 0.04 0.49 317.65 0.07 0.48
Hex 83 72 7E 0 D 4 31 13E 7 30
Octal 203 162 176 0 15 4 61 476 7 60
Binary 10000011 1110010 1111110 0 1101 100 110001 100111110 111 110000

Color Harmonies of #83727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83727E

Black with #83727E

Text Example


Text Example

White with #83727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83727E; }

 p { color: rgb(131,114,126); }

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

background-color css

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

 a { background-color: rgb(131,114,126); }

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

border-color css

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

 span { border-color: rgb(131,114,126); }

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