Html Css Color HEX #83787F Monsoon

📋 copy color: '#83787F'

red 131 ◦ green 120 ◦ blue 127

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

Shades of Monsoon #83787F

Tints of Monsoon #83787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 34.66%
G = 31.75%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83787F (or 0x83787F) is known color: Monsoon. HEX triplet: 83, 78 and 7F. RGB value is (131,120,127). Sum of RGB (Red+Green+Blue) = 131+120+127=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #83787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83787F is #7C8780. Grayscale: #7C7C7C. Windows color (decimal): -8161153 or 8353923. OLE color: 8353923.

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

Color convert

RGB 131 120 127 -
CMYK 0 0.08 0.03 0.49
HSL 321.82º 0.04% 0.49% -
HSV(B) 321.82º 0.08% 0.51% -
XYZ 19.91 19.79 22.85 -
YUV 124.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 131 120 127 0 0.08 0.03 0.49 321.82 0.04 0.49
Hex 83 78 7F 0 8 3 31 142 4 31
Octal 203 170 177 0 10 3 61 502 4 61
Binary 10000011 1111000 1111111 0 1000 11 110001 101000010 100 110001

Color Harmonies of #83787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83787F

Black with #83787F

Text Example


Text Example

White with #83787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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