Html Css Color HEX #83747E Monsoon

📋 copy color: '#83747E'

red 131 ◦ green 116 ◦ blue 126

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

Shades of Monsoon #83747E

Tints of Monsoon #83747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 35.12%
G = 31.1%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83747E (or 0x83747E) is known color: Monsoon. HEX triplet: 83, 74 and 7E. RGB value is (131,116,126). Sum of RGB (Red+Green+Blue) = 131+116+126=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83747E is #7C8B81. Grayscale: #797979. Windows color (decimal): -8162178 or 8287363. OLE color: 8287363.

HSL color Cylindrical-coordinate representation of color #83747E: hue angle of 320º 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 #83747E is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 116 126 -
CMYK 0 0.11 0.04 0.49
HSL 320º 0.06% 0.48% -
HSV(B) 320º 0.11% 0.51% -
XYZ 19.37 18.82 22.35 -
YUV 121.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 131 116 126 0 0.11 0.04 0.49 320 0.06 0.48
Hex 83 74 7E 0 B 4 31 140 6 30
Octal 203 164 176 0 13 4 61 500 6 60
Binary 10000011 1110100 1111110 0 1011 100 110001 101000000 110 110000

Color Harmonies of #83747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83747E

Black with #83747E

Text Example


Text Example

White with #83747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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