Html Css Color HEX #83707F Monsoon

📋 copy color: '#83707F'

red 131 ◦ green 112 ◦ blue 127

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

Shades of Monsoon #83707F

Tints of Monsoon #83707F

RGB

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

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

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

R = 35.41%
G = 30.27%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83707F (or 0x83707F) is known color: Monsoon. HEX triplet: 83, 70 and 7F. RGB value is (131,112,127). Sum of RGB (Red+Green+Blue) = 131+112+127=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83707F is #7C8F80. Grayscale: #777777. Windows color (decimal): -8163201 or 8351875. OLE color: 8351875.

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

Color convert

RGB 131 112 127 -
CMYK 0 0.15 0.03 0.49
HSL 312.63º 0.08% 0.48% -
HSV(B) 312.63º 0.15% 0.51% -
XYZ 18.99 17.95 22.54 -
YUV 119.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 131 112 127 0 0.15 0.03 0.49 312.63 0.08 0.48
Hex 83 70 7F 0 F 3 31 139 8 30
Octal 203 160 177 0 17 3 61 471 10 60
Binary 10000011 1110000 1111111 0 1111 11 110001 100111001 1000 110000

Color Harmonies of #83707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83707F

Black with #83707F

Text Example


Text Example

White with #83707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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