#84677C

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

Shades of Monsoon #84677C

Tints of Monsoon #84677C

Color information

#84677C (or 0x84677C) is unknown color: approx Monsoon. HEX triplet: 84, 67 and 7C. RGB value is (132,103,124). Sum of RGB (Red+Green+Blue) = 132+103+124=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84677C is #7B9883. Grayscale: #727272. Windows color (decimal): -8099972 or 8152964. OLE color: 8152964.

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

Color convert

RGB132103124-
CMYK00.220.060.48
HSL316.55º12.34%46.08%-
HSV(B)316.55º21.97%51.76%-
XYZ1816.0621.22-
YUV114.06133.61140.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=36.77%
G=28.69%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210312400.220.060.48316.5512.3446.08
Hex84677C01663013dc2e
Octal2041471740266604751456
Binary10000100110011111111000101101101100001001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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