Html Css Color HEX #847381 Monsoon

📋 copy color: '#847381'

red 132 ◦ green 115 ◦ blue 129

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

Shades of Monsoon #847381

Tints of Monsoon #847381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 35.11%
G = 30.59%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#847381 (or 0x847381) is known color: Monsoon. HEX triplet: 84, 73 and 81. RGB value is (132,115,129). Sum of RGB (Red+Green+Blue) = 132+115+129=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #847381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847381 is #7B8C7E. Grayscale: #797979. Windows color (decimal): -8096895 or 8483716. OLE color: 8483716.

HSL color Cylindrical-coordinate representation of color #847381: hue angle of 310.59º 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 #847381 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 129 -
CMYK 0 0.13 0.02 0.48
HSL 310.59º 0.07% 0.48% -
HSV(B) 310.59º 0.13% 0.52% -
XYZ 19.61 18.75 23.35 -
YUV 121.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 132 115 129 0 0.13 0.02 0.48 310.59 0.07 0.48
Hex 84 73 81 0 D 2 30 137 7 30
Octal 204 163 201 0 15 2 60 467 7 60
Binary 10000100 1110011 10000001 0 1101 10 110000 100110111 111 110000

Color Harmonies of #847381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847381

Black with #847381

Text Example


Text Example

White with #847381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847381; }

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

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

background-color css

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

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

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

border-color css

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

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

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