Html Css Color HEX #84687E Monsoon

📋 copy color: '#84687E'

red 132 ◦ green 104 ◦ blue 126

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

Shades of Monsoon #84687E

Tints of Monsoon #84687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 36.46%
G = 28.73%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84687E (or 0x84687E) is known color: Monsoon. HEX triplet: 84, 68 and 7E. RGB value is (132,104,126). Sum of RGB (Red+Green+Blue) = 132+104+126=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84687E is #7B9781. Grayscale: #727272. Windows color (decimal): -8099714 or 8284292. OLE color: 8284292.

HSL color Cylindrical-coordinate representation of color #84687E: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84687E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 104 126 -
CMYK 0 0.21 0.05 0.48
HSL 312.86º 0.12% 0.46% -
HSV(B) 312.86º 0.21% 0.52% -
XYZ 18.23 16.31 21.93 -
YUV 114.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 132 104 126 0 0.21 0.05 0.48 312.86 0.12 0.46
Hex 84 68 7E 0 15 5 30 139 C 2E
Octal 204 150 176 0 25 5 60 471 14 56
Binary 10000100 1101000 1111110 0 10101 101 110000 100111001 1100 101110

Color Harmonies of #84687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84687E

Black with #84687E

Text Example


Text Example

White with #84687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84687E; }

 p { color: rgb(132,104,126); }

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

background-color css

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

 a { background-color: rgb(132,104,126); }

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

border-color css

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

 span { border-color: rgb(132,104,126); }

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