Html Css Color HEX #83677A Monsoon

📋 copy color: '#83677A'

red 131 ◦ green 103 ◦ blue 122

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

Shades of Monsoon #83677A

Tints of Monsoon #83677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 36.8%
G = 28.93%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83677A (or 0x83677A) is known color: Monsoon. HEX triplet: 83, 67 and 7A. RGB value is (131,103,122). Sum of RGB (Red+Green+Blue) = 131+103+122=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #83677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83677A is #7C9885. Grayscale: #717171. Windows color (decimal): -8165510 or 8021891. OLE color: 8021891.

HSL color Cylindrical-coordinate representation of color #83677A: hue angle of 319.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83677A is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 122 -
CMYK 0 0.21 0.07 0.49
HSL 319.29º 0.12% 0.46% -
HSV(B) 319.29º 0.21% 0.51% -
XYZ 17.72 15.93 20.55 -
YUV 113.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 131 103 122 0 0.21 0.07 0.49 319.29 0.12 0.46
Hex 83 67 7A 0 15 7 31 13F C 2E
Octal 203 147 172 0 25 7 61 477 14 56
Binary 10000011 1100111 1111010 0 10101 111 110001 100111111 1100 101110

Color Harmonies of #83677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83677A

Black with #83677A

Text Example


Text Example

White with #83677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83677A; }

 p { color: rgb(131,103,122); }

 H1.HeaderClassName
 {
   color: #83677A;
 }
 .AnyTagClassName
 {
   color: #83677A;
 }
</style>

background-color css

<style>
 a { background-color: #83677A; }

 a { background-color: rgb(131,103,122); }

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

border-color css

<style>
 span { border-color: #83677A; }

 span { border-color: rgb(131,103,122); }

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