Html Css Color HEX #84687D Monsoon

📋 copy color: '#84687D'

red 132 ◦ green 104 ◦ blue 125

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

Shades of Monsoon #84687D

Tints of Monsoon #84687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 36.57%
G = 28.81%
B = 34.63%

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

#84687D (or 0x84687D) is known color: Monsoon. HEX triplet: 84, 68 and 7D. RGB value is (132,104,125). Sum of RGB (Red+Green+Blue) = 132+104+125=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #84687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84687D is #7B9782. Grayscale: #727272. Windows color (decimal): -8099715 or 8218756. OLE color: 8218756.

HSL color Cylindrical-coordinate representation of color #84687D: hue angle of 315º 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 #84687D is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 104 125 -
CMYK 0 0.21 0.05 0.48
HSL 315º 0.12% 0.46% -
HSV(B) 315º 0.21% 0.52% -
XYZ 18.17 16.29 21.59 -
YUV 114.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 132 104 125 0 0.21 0.05 0.48 315 0.12 0.46
Hex 84 68 7D 0 15 5 30 13B C 2E
Octal 204 150 175 0 25 5 60 473 14 56
Binary 10000100 1101000 1111101 0 10101 101 110000 100111011 1100 101110

Color Harmonies of #84687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84687D

Black with #84687D

Text Example


Text Example

White with #84687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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