Html Css Color HEX #84747D Monsoon

📋 copy color: '#84747D'

red 132 ◦ green 116 ◦ blue 125

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

Shades of Monsoon #84747D

Tints of Monsoon #84747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 35.39%
G = 31.1%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84747D (or 0x84747D) is known color: Monsoon. HEX triplet: 84, 74 and 7D. RGB value is (132,116,125). Sum of RGB (Red+Green+Blue) = 132+116+125=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84747D is #7B8B82. Grayscale: #797979. Windows color (decimal): -8096643 or 8221828. OLE color: 8221828.

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

Color convert

RGB 132 116 125 -
CMYK 0 0.12 0.05 0.48
HSL 326.25º 0.06% 0.49% -
HSV(B) 326.25º 0.12% 0.52% -
XYZ 19.46 18.88 22.02 -
YUV 121.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 132 116 125 0 0.12 0.05 0.48 326.25 0.06 0.49
Hex 84 74 7D 0 C 5 30 146 6 31
Octal 204 164 175 0 14 5 60 506 6 61
Binary 10000100 1110100 1111101 0 1100 101 110000 101000110 110 110001

Color Harmonies of #84747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84747D

Black with #84747D

Text Example


Text Example

White with #84747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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