Html Css Color HEX #83747F Monsoon

📋 copy color: '#83747F'

red 131 ◦ green 116 ◦ blue 127

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

Shades of Monsoon #83747F

Tints of Monsoon #83747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 35.03%
G = 31.02%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83747F (or 0x83747F) is known color: Monsoon. HEX triplet: 83, 74 and 7F. RGB value is (131,116,127). Sum of RGB (Red+Green+Blue) = 131+116+127=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #83747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83747F is #7C8B80. Grayscale: #797979. Windows color (decimal): -8162177 or 8352899. OLE color: 8352899.

HSL color Cylindrical-coordinate representation of color #83747F: hue angle of 316º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83747F is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 116 127 -
CMYK 0 0.11 0.03 0.49
HSL 316º 0.06% 0.48% -
HSV(B) 316º 0.11% 0.51% -
XYZ 19.44 18.85 22.69 -
YUV 121.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 131 116 127 0 0.11 0.03 0.49 316 0.06 0.48
Hex 83 74 7F 0 B 3 31 13C 6 30
Octal 203 164 177 0 13 3 61 474 6 60
Binary 10000011 1110100 1111111 0 1011 11 110001 100111100 110 110000

Color Harmonies of #83747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83747F

Black with #83747F

Text Example


Text Example

White with #83747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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