Html Css Color HEX #83727D Monsoon

📋 copy color: '#83727D'

red 131 ◦ green 114 ◦ blue 125

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

Shades of Monsoon #83727D

Tints of Monsoon #83727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 35.41%
G = 30.81%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83727D (or 0x83727D) is known color: Monsoon. HEX triplet: 83, 72 and 7D. RGB value is (131,114,125). Sum of RGB (Red+Green+Blue) = 131+114+125=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727D is #7C8D82. Grayscale: #787878. Windows color (decimal): -8162691 or 8221315. OLE color: 8221315.

HSL color Cylindrical-coordinate representation of color #83727D: hue angle of 321.18º 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 #83727D is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 114 125 -
CMYK 0 0.13 0.05 0.49
HSL 321.18º 0.07% 0.48% -
HSV(B) 321.18º 0.13% 0.51% -
XYZ 19.08 18.34 21.94 -
YUV 120.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 131 114 125 0 0.13 0.05 0.49 321.18 0.07 0.48
Hex 83 72 7D 0 D 5 31 141 7 30
Octal 203 162 175 0 15 5 61 501 7 60
Binary 10000011 1110010 1111101 0 1101 101 110001 101000001 111 110000

Color Harmonies of #83727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83727D

Black with #83727D

Text Example


Text Example

White with #83727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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