Html Css Color HEX #83797F Monsoon

📋 copy color: '#83797F'

red 131 ◦ green 121 ◦ blue 127

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

Shades of Monsoon #83797F

Tints of Monsoon #83797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 34.56%
G = 31.93%
B = 33.51%

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

#83797F (or 0x83797F) is known color: Monsoon. HEX triplet: 83, 79 and 7F. RGB value is (131,121,127). Sum of RGB (Red+Green+Blue) = 131+121+127=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #83797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83797F is #7C8680. Grayscale: #7C7C7C. Windows color (decimal): -8160897 or 8354179. OLE color: 8354179.

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

Color convert

RGB 131 121 127 -
CMYK 0 0.08 0.03 0.49
HSL 324º 0.04% 0.49% -
HSV(B) 324º 0.08% 0.51% -
XYZ 20.03 20.03 22.89 -
YUV 124.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 131 121 127 0 0.08 0.03 0.49 324 0.04 0.49
Hex 83 79 7F 0 8 3 31 144 4 31
Octal 203 171 177 0 10 3 61 504 4 61
Binary 10000011 1111001 1111111 0 1000 11 110001 101000100 100 110001

Color Harmonies of #83797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83797F

Black with #83797F

Text Example


Text Example

White with #83797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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