#84657C

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

Shades of Monsoon #84657C

Tints of Monsoon #84657C

Color information

#84657C (or 0x84657C) is unknown color: approx Monsoon. HEX triplet: 84, 65 and 7C. RGB value is (132,101,124). Sum of RGB (Red+Green+Blue) = 132+101+124=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84657C is #7B9A83. Grayscale: #707070. Windows color (decimal): -8100484 or 8152452. OLE color: 8152452.

HSL color Cylindrical-coordinate representation of color #84657C: hue angle of 315.48º 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 #84657C is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB132101124-
CMYK00.230.060.48
HSL315.48º13.3%45.69%-
HSV(B)315.48º23.48%51.76%-
XYZ17.8115.6721.15-
YUV112.89134.27141.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=36.97%
G=28.29%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210112400.230.060.48315.4813.345.69
Hex84657C01763013bd2e
Octal2041451740276604731556
Binary10000100110010111111000101111101100001001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84657C; }

 p { color: rgb(132,101,124); }

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

<style>
 a { background-color: #84657C; }

 a { background-color: rgb(132,101,124); }

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

<style>
 span { border-color: #84657C; }

 span { border-color: rgb(132,101,124); }

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