Html Css Color HEX #84747F Monsoon

📋 copy color: '#84747F'

red 132 ◦ green 116 ◦ blue 127

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

Shades of Monsoon #84747F

Tints of Monsoon #84747F

RGB

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

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

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

R = 35.2%
G = 30.93%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84747F (or 0x84747F) is known color: Monsoon. HEX triplet: 84, 74 and 7F. RGB value is (132,116,127). Sum of RGB (Red+Green+Blue) = 132+116+127=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #84747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84747F is #7B8B80. Grayscale: #7A7A7A. Windows color (decimal): -8096641 or 8352900. OLE color: 8352900.

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

Color convert

RGB 132 116 127 -
CMYK 0 0.12 0.04 0.48
HSL 318.75º 0.06% 0.49% -
HSV(B) 318.75º 0.12% 0.52% -
XYZ 19.59 18.93 22.7 -
YUV 122.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 132 116 127 0 0.12 0.04 0.48 318.75 0.06 0.49
Hex 84 74 7F 0 C 4 30 13F 6 31
Octal 204 164 177 0 14 4 60 477 6 61
Binary 10000100 1110100 1111111 0 1100 100 110000 100111111 110 110001

Color Harmonies of #84747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84747F

Black with #84747F

Text Example


Text Example

White with #84747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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