Html Css Color HEX #83737D Monsoon

📋 copy color: '#83737D'

red 131 ◦ green 115 ◦ blue 125

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

Shades of Monsoon #83737D

Tints of Monsoon #83737D

RGB

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

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

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

R = 35.31%
G = 31%
B = 33.69%

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

#83737D (or 0x83737D) is known color: Monsoon. HEX triplet: 83, 73 and 7D. RGB value is (131,115,125). Sum of RGB (Red+Green+Blue) = 131+115+125=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83737D is #7C8C82. Grayscale: #787878. Windows color (decimal): -8162435 or 8221571. OLE color: 8221571.

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

Color convert

RGB 131 115 125 -
CMYK 0 0.12 0.05 0.49
HSL 322.5º 0.07% 0.48% -
HSV(B) 322.5º 0.12% 0.51% -
XYZ 19.19 18.57 21.97 -
YUV 120.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 131 115 125 0 0.12 0.05 0.49 322.5 0.07 0.48
Hex 83 73 7D 0 C 5 31 142 7 30
Octal 203 163 175 0 14 5 61 502 7 60
Binary 10000011 1110011 1111101 0 1100 101 110001 101000010 111 110000

Color Harmonies of #83737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83737D

Black with #83737D

Text Example


Text Example

White with #83737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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