#846C7F

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

Shades of Monsoon #846C7F

Tints of Monsoon #846C7F

Color information

#846C7F (or 0x846C7F) is unknown color: approx Monsoon. HEX triplet: 84, 6C and 7F. RGB value is (132,108,127). Sum of RGB (Red+Green+Blue) = 132+108+127=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #846C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C7F is #7B9380. Grayscale: #757575. Windows color (decimal): -8098689 or 8350852. OLE color: 8350852.

HSL color Cylindrical-coordinate representation of color #846C7F: hue angle of 312.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846C7F is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132108127-
CMYK00.180.040.48
HSL312.5º10%47.06%-
HSV(B)312.5º18.18%51.76%-
XYZ18.7117.1622.41-
YUV117.34133.45138.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 127 (50% from 255) = 34.60%
R=35.97%
G=29.43%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210812700.180.040.48312.51047.06
Hex846C7F012430138a2f
Octal2041541770224604701257
Binary10000100110110011111110100101001100001001110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846C7F; }

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

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

<style>
 a { background-color: #846C7F; }

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

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

<style>
 span { border-color: #846C7F; }

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

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