Html Css Color HEX #846D80 Monsoon

📋 copy color: '#846D80'

red 132 ◦ green 109 ◦ blue 128

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

Shades of Monsoon #846D80

Tints of Monsoon #846D80

RGB

 RED value IS 132 (51.95% from 255) = 35.77%

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 35.77%
G = 29.54%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#846D80 (or 0x846D80) is known color: Monsoon. HEX triplet: 84, 6D and 80. RGB value is (132,109,128). Sum of RGB (Red+Green+Blue) = 132+109+128=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846D80 is #7B927F. Grayscale: #757575. Windows color (decimal): -8098432 or 8416644. OLE color: 8416644.

HSL color Cylindrical-coordinate representation of color #846D80: hue angle of 310.43º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846D80 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 109 128 -
CMYK 0 0.17 0.03 0.48
HSL 310.43º 0.1% 0.47% -
HSV(B) 310.43º 0.17% 0.52% -
XYZ 18.88 17.4 22.79 -
YUV 118.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 132 109 128 0 0.17 0.03 0.48 310.43 0.1 0.47
Hex 84 6D 80 0 11 3 30 136 A 2F
Octal 204 155 200 0 21 3 60 466 12 57
Binary 10000100 1101101 10000000 0 10001 11 110000 100110110 1010 101111

Color Harmonies of #846D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846D80

Black with #846D80

Text Example


Text Example

White with #846D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846D80; }

 p { color: rgb(132,109,128); }

 H1.HeaderClassName
 {
   color: #846D80;
 }
 .AnyTagClassName
 {
   color: #846D80;
 }
</style>

background-color css

<style>
 a { background-color: #846D80; }

 a { background-color: rgb(132,109,128); }

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

border-color css

<style>
 span { border-color: #846D80; }

 span { border-color: rgb(132,109,128); }

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