Html Css Color HEX #846C7B Monsoon

📋 copy color: '#846C7B'

red 132 ◦ green 108 ◦ blue 123

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

Shades of Monsoon #846C7B

Tints of Monsoon #846C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 36.36%
G = 29.75%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#846C7B (or 0x846C7B) is known color: Monsoon. HEX triplet: 84, 6C and 7B. RGB value is (132,108,123). Sum of RGB (Red+Green+Blue) = 132+108+123=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #846C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C7B is #7B9384. Grayscale: #747474. Windows color (decimal): -8098693 or 8088708. OLE color: 8088708.

HSL color Cylindrical-coordinate representation of color #846C7B: hue angle of 322.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 #846C7B is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 108 123 -
CMYK 0 0.18 0.07 0.48
HSL 322.5º 0.1% 0.47% -
HSV(B) 322.5º 0.18% 0.52% -
XYZ 18.45 17.06 21.06 -
YUV 116.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 132 108 123 0 0.18 0.07 0.48 322.5 0.1 0.47
Hex 84 6C 7B 0 12 7 30 142 A 2F
Octal 204 154 173 0 22 7 60 502 12 57
Binary 10000100 1101100 1111011 0 10010 111 110000 101000010 1010 101111

Color Harmonies of #846C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C7B

Black with #846C7B

Text Example


Text Example

White with #846C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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