Html Css Color HEX #847380 Monsoon

📋 copy color: '#847380'

red 132 ◦ green 115 ◦ blue 128

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

Shades of Monsoon #847380

Tints of Monsoon #847380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 35.2%
G = 30.67%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#847380 (or 0x847380) is known color: Monsoon. HEX triplet: 84, 73 and 80. RGB value is (132,115,128). Sum of RGB (Red+Green+Blue) = 132+115+128=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #847380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847380 is #7B8C7F. Grayscale: #797979. Windows color (decimal): -8096896 or 8418180. OLE color: 8418180.

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

Color convert

RGB 132 115 128 -
CMYK 0 0.13 0.03 0.48
HSL 314.12º 0.07% 0.48% -
HSV(B) 314.12º 0.13% 0.52% -
XYZ 19.54 18.73 23.01 -
YUV 121.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 132 115 128 0 0.13 0.03 0.48 314.12 0.07 0.48
Hex 84 73 80 0 D 3 30 13A 7 30
Octal 204 163 200 0 15 3 60 472 7 60
Binary 10000100 1110011 10000000 0 1101 11 110000 100111010 111 110000

Color Harmonies of #847380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847380

Black with #847380

Text Example


Text Example

White with #847380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847380; }

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

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

background-color css

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

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

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

border-color css

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

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

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