Html Css Color HEX #847980 Monsoon

📋 copy color: '#847980'

red 132 ◦ green 121 ◦ blue 128

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

Shades of Monsoon #847980

Tints of Monsoon #847980

RGB

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

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

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

R = 34.65%
G = 31.76%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#847980 (or 0x847980) is known color: Monsoon. HEX triplet: 84, 79 and 80. RGB value is (132,121,128). Sum of RGB (Red+Green+Blue) = 132+121+128=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 132 - color contains mainly: red. Hex color #847980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847980 is #7B867F. Grayscale: #7D7D7D. Windows color (decimal): -8095360 or 8419716. OLE color: 8419716.

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

Color convert

RGB 132 121 128 -
CMYK 0 0.08 0.03 0.48
HSL 321.82º 0.04% 0.5% -
HSV(B) 321.82º 0.08% 0.52% -
XYZ 20.25 20.14 23.24 -
YUV 125.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 132 121 128 0 0.08 0.03 0.48 321.82 0.04 0.5
Hex 84 79 80 0 8 3 30 142 4 32
Octal 204 171 200 0 10 3 60 502 4 62
Binary 10000100 1111001 10000000 0 1000 11 110000 101000010 100 110010

Color Harmonies of #847980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847980

Black with #847980

Text Example


Text Example

White with #847980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847980; }

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

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

background-color css

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

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

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

border-color css

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

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

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