#84667A

Color #84667A Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #84667A

Tints of Monsoon #84667A

Color information

#84667A (or 0x84667A) is unknown color: approx Monsoon. HEX triplet: 84, 66 and 7A. RGB value is (132,102,122). Sum of RGB (Red+Green+Blue) = 132+102+122=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84667A is #7B9985. Grayscale: #717171. Windows color (decimal): -8100230 or 8021636. OLE color: 8021636.

HSL color Cylindrical-coordinate representation of color #84667A: hue angle of 320º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84667A is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132102122-
CMYK00.230.080.48
HSL320º12.82%45.88%-
HSV(B)320º22.73%51.76%-
XYZ17.7815.8120.53-
YUV113.25132.94141.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=37.08%
G=28.65%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210212200.230.080.4832012.8245.88
Hex84667A017830140d2e
Octal20414617202710605001556
Binary100001001100110111101001011110001100001010000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84667A; }

 p { color: rgb(132,102,122); }

 H1.HeaderClassName
 {
   color: #84667A;
 }
 .AnyTagClassName
 {
   color: #84667A;
 }
</style>
background-color css

<style>
 a { background-color: #84667A; }

 a { background-color: rgb(132,102,122); }

 div.DivClassName
 {
   background-color: #84667A;
 }
 .BgClassName
 {
   background-color: #84667A;
 }
</style>
border-color css

<style>
 span { border-color: #84667A; }

 span { border-color: rgb(132,102,122); }

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