Html Css Color HEX #84707F Monsoon

📋 copy color: '#84707F'

red 132 ◦ green 112 ◦ blue 127

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

Shades of Monsoon #84707F

Tints of Monsoon #84707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.23%

R = 35.58%
G = 30.19%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84707F (or 0x84707F) is known color: Monsoon. HEX triplet: 84, 70 and 7F. RGB value is (132,112,127). Sum of RGB (Red+Green+Blue) = 132+112+127=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84707F is #7B8F80. Grayscale: #777777. Windows color (decimal): -8097665 or 8351876. OLE color: 8351876.

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

Color convert

RGB 132 112 127 -
CMYK 0 0.15 0.04 0.48
HSL 315º 0.08% 0.48% -
HSV(B) 315º 0.15% 0.52% -
XYZ 19.14 18.03 22.55 -
YUV 119.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 132 112 127 0 0.15 0.04 0.48 315 0.08 0.48
Hex 84 70 7F 0 F 4 30 13B 8 30
Octal 204 160 177 0 17 4 60 473 10 60
Binary 10000100 1110000 1111111 0 1111 100 110000 100111011 1000 110000

Color Harmonies of #84707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84707F

Black with #84707F

Text Example


Text Example

White with #84707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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