Html Css Color HEX #83707D Monsoon

📋 copy color: '#83707D'

red 131 ◦ green 112 ◦ blue 125

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

Shades of Monsoon #83707D

Tints of Monsoon #83707D

RGB

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

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

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

R = 35.6%
G = 30.43%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83707D (or 0x83707D) is known color: Monsoon. HEX triplet: 83, 70 and 7D. RGB value is (131,112,125). Sum of RGB (Red+Green+Blue) = 131+112+125=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #83707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83707D is #7C8F82. Grayscale: #777777. Windows color (decimal): -8163203 or 8220803. OLE color: 8220803.

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

Color convert

RGB 131 112 125 -
CMYK 0 0.15 0.05 0.49
HSL 318.95º 0.08% 0.48% -
HSV(B) 318.95º 0.15% 0.51% -
XYZ 18.86 17.89 21.86 -
YUV 119.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 131 112 125 0 0.15 0.05 0.49 318.95 0.08 0.48
Hex 83 70 7D 0 F 5 31 13F 8 30
Octal 203 160 175 0 17 5 61 477 10 60
Binary 10000011 1110000 1111101 0 1111 101 110001 100111111 1000 110000

Color Harmonies of #83707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83707D

Black with #83707D

Text Example


Text Example

White with #83707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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