Html Css Color HEX #847081 Monsoon

📋 copy color: '#847081'

red 132 ◦ green 112 ◦ blue 129

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

Shades of Monsoon #847081

Tints of Monsoon #847081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 35.39%
G = 30.03%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#847081 (or 0x847081) is known color: Monsoon. HEX triplet: 84, 70 and 81. RGB value is (132,112,129). Sum of RGB (Red+Green+Blue) = 132+112+129=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #847081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847081 is #7B8F7E. Grayscale: #777777. Windows color (decimal): -8097663 or 8482948. OLE color: 8482948.

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

Color convert

RGB 132 112 129 -
CMYK 0 0.15 0.02 0.48
HSL 309º 0.08% 0.48% -
HSV(B) 309º 0.15% 0.52% -
XYZ 19.27 18.08 23.24 -
YUV 119.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 132 112 129 0 0.15 0.02 0.48 309 0.08 0.48
Hex 84 70 81 0 F 2 30 135 8 30
Octal 204 160 201 0 17 2 60 465 10 60
Binary 10000100 1110000 10000001 0 1111 10 110000 100110101 1000 110000

Color Harmonies of #847081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847081

Black with #847081

Text Example


Text Example

White with #847081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847081; }

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

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

background-color css

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

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

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

border-color css

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

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

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