Html Css Color HEX #84667C Monsoon

📋 copy color: '#84667C'

red 132 ◦ green 102 ◦ blue 124

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

Shades of Monsoon #84667C

Tints of Monsoon #84667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 36.87%
G = 28.49%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84667C (or 0x84667C) is known color: Monsoon. HEX triplet: 84, 66 and 7C. RGB value is (132,102,124). Sum of RGB (Red+Green+Blue) = 132+102+124=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84667C is #7B9983. Grayscale: #717171. Windows color (decimal): -8100228 or 8152708. OLE color: 8152708.

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

Color convert

RGB 132 102 124 -
CMYK 0 0.23 0.06 0.48
HSL 316º 0.13% 0.46% -
HSV(B) 316º 0.23% 0.52% -
XYZ 17.91 15.86 21.19 -
YUV 113.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 132 102 124 0 0.23 0.06 0.48 316 0.13 0.46
Hex 84 66 7C 0 17 6 30 13C D 2E
Octal 204 146 174 0 27 6 60 474 15 56
Binary 10000100 1100110 1111100 0 10111 110 110000 100111100 1101 101110

Color Harmonies of #84667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84667C

Black with #84667C

Text Example


Text Example

White with #84667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84667C;
 }
 .AnyTagClassName
 {
   color: #84667C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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