#84627A

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

Shades of Monsoon #84627A

Tints of Monsoon #84627A

Color information

#84627A (or 0x84627A) is unknown color: approx Monsoon. HEX triplet: 84, 62 and 7A. RGB value is (132,98,122). Sum of RGB (Red+Green+Blue) = 132+98+122=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84627A is #7B9D85. Grayscale: #6E6E6E. Windows color (decimal): -8101254 or 8020612. OLE color: 8020612.

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

Color convert

RGB13298122-
CMYK00.260.080.48
HSL317.65º14.78%45.1%-
HSV(B)317.65º25.76%51.76%-
XYZ17.415.0520.4-
YUV110.9134.26143.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=37.5%
G=27.84%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329812200.260.080.48317.6514.7845.1
Hex84627A01A83013ef2d
Octal20414217203210604761755
Binary100001001100010111101001101010001100001001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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