Html Css Color HEX #83707E Monsoon

📋 copy color: '#83707E'

red 131 ◦ green 112 ◦ blue 126

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

Shades of Monsoon #83707E

Tints of Monsoon #83707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 35.5%
G = 30.35%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83707E (or 0x83707E) is known color: Monsoon. HEX triplet: 83, 70 and 7E. RGB value is (131,112,126). Sum of RGB (Red+Green+Blue) = 131+112+126=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #83707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83707E is #7C8F81. Grayscale: #777777. Windows color (decimal): -8163202 or 8286339. OLE color: 8286339.

HSL color Cylindrical-coordinate representation of color #83707E: hue angle of 315.79º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83707E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 126 -
CMYK 0 0.15 0.04 0.49
HSL 315.79º 0.08% 0.48% -
HSV(B) 315.79º 0.15% 0.51% -
XYZ 18.92 17.92 22.2 -
YUV 119.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 131 112 126 0 0.15 0.04 0.49 315.79 0.08 0.48
Hex 83 70 7E 0 F 4 31 13C 8 30
Octal 203 160 176 0 17 4 61 474 10 60
Binary 10000011 1110000 1111110 0 1111 100 110001 100111100 1000 110000

Color Harmonies of #83707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83707E

Black with #83707E

Text Example


Text Example

White with #83707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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