Html Css Color HEX #83737F Monsoon

📋 copy color: '#83737F'

red 131 ◦ green 115 ◦ blue 127

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

Shades of Monsoon #83737F

Tints of Monsoon #83737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.05%

R = 35.12%
G = 30.83%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83737F (or 0x83737F) is known color: Monsoon. HEX triplet: 83, 73 and 7F. RGB value is (131,115,127). Sum of RGB (Red+Green+Blue) = 131+115+127=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83737F is #7C8C80. Grayscale: #797979. Windows color (decimal): -8162433 or 8352643. OLE color: 8352643.

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

Color convert

RGB 131 115 127 -
CMYK 0 0.12 0.03 0.49
HSL 315º 0.07% 0.48% -
HSV(B) 315º 0.12% 0.51% -
XYZ 19.32 18.62 22.65 -
YUV 121.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 131 115 127 0 0.12 0.03 0.49 315 0.07 0.48
Hex 83 73 7F 0 C 3 31 13B 7 30
Octal 203 163 177 0 14 3 61 473 7 60
Binary 10000011 1110011 1111111 0 1100 11 110001 100111011 111 110000

Color Harmonies of #83737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83737F

Black with #83737F

Text Example


Text Example

White with #83737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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