Html Css Color HEX #846E7D Monsoon

📋 copy color: '#846E7D'

red 132 ◦ green 110 ◦ blue 125

#846E7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #846E7D

Tints of Monsoon #846E7D

RGB

 RED value IS 132 (51.95% from 255) = 35.97%

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 35.97%
G = 29.97%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#846E7D (or 0x846E7D) is known color: Monsoon. HEX triplet: 84, 6E and 7D. RGB value is (132,110,125). Sum of RGB (Red+Green+Blue) = 132+110+125=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #846E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E7D is #7B9182. Grayscale: #767676. Windows color (decimal): -8098179 or 8220292. OLE color: 8220292.

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

Color convert

RGB 132 110 125 -
CMYK 0 0.17 0.05 0.48
HSL 319.09º 0.09% 0.47% -
HSV(B) 319.09º 0.17% 0.52% -
XYZ 18.79 17.54 21.8 -
YUV 118.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 132 110 125 0 0.17 0.05 0.48 319.09 0.09 0.47
Hex 84 6E 7D 0 11 5 30 13F 9 2F
Octal 204 156 175 0 21 5 60 477 11 57
Binary 10000100 1101110 1111101 0 10001 101 110000 100111111 1001 101111

Color Harmonies of #846E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846E7D

Black with #846E7D

Text Example


Text Example

White with #846E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,110,125); }

 H1.HeaderClassName
 {
   color: #846E7D;
 }
 .AnyTagClassName
 {
   color: #846E7D;
 }
</style>

background-color css

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

 a { background-color: rgb(132,110,125); }

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

border-color css

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

 span { border-color: rgb(132,110,125); }

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