Html Css Color HEX #83737C Monsoon

📋 copy color: '#83737C'

red 131 ◦ green 115 ◦ blue 124

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

Shades of Monsoon #83737C

Tints of Monsoon #83737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 35.41%
G = 31.08%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83737C (or 0x83737C) is known color: Monsoon. HEX triplet: 83, 73 and 7C. RGB value is (131,115,124). Sum of RGB (Red+Green+Blue) = 131+115+124=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83737C is #7C8C83. Grayscale: #787878. Windows color (decimal): -8162436 or 8156035. OLE color: 8156035.

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

Color convert

RGB 131 115 124 -
CMYK 0 0.12 0.05 0.49
HSL 326.25º 0.07% 0.48% -
HSV(B) 326.25º 0.12% 0.51% -
XYZ 19.13 18.54 21.64 -
YUV 120.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 131 115 124 0 0.12 0.05 0.49 326.25 0.07 0.48
Hex 83 73 7C 0 C 5 31 146 7 30
Octal 203 163 174 0 14 5 61 506 7 60
Binary 10000011 1110011 1111100 0 1100 101 110001 101000110 111 110000

Color Harmonies of #83737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83737C

Black with #83737C

Text Example


Text Example

White with #83737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83737C; }

 p { color: rgb(131,115,124); }

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

background-color css

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

 a { background-color: rgb(131,115,124); }

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

border-color css

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

 span { border-color: rgb(131,115,124); }

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