Html Css Color HEX #84707D Monsoon

📋 copy color: '#84707D'

red 132 ◦ green 112 ◦ blue 125

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

Shades of Monsoon #84707D

Tints of Monsoon #84707D

RGB

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

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

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

R = 35.77%
G = 30.35%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84707D (or 0x84707D) is known color: Monsoon. HEX triplet: 84, 70 and 7D. RGB value is (132,112,125). Sum of RGB (Red+Green+Blue) = 132+112+125=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84707D is #7B8F82. Grayscale: #777777. Windows color (decimal): -8097667 or 8220804. OLE color: 8220804.

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

Color convert

RGB 132 112 125 -
CMYK 0 0.15 0.05 0.48
HSL 321º 0.08% 0.48% -
HSV(B) 321º 0.15% 0.52% -
XYZ 19.01 17.97 21.87 -
YUV 119.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 132 112 125 0 0.15 0.05 0.48 321 0.08 0.48
Hex 84 70 7D 0 F 5 30 141 8 30
Octal 204 160 175 0 17 5 60 501 10 60
Binary 10000100 1110000 1111101 0 1111 101 110000 101000001 1000 110000

Color Harmonies of #84707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84707D

Black with #84707D

Text Example


Text Example

White with #84707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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