Html Css Color HEX #84697B Monsoon

📋 copy color: '#84697B'

red 132 ◦ green 105 ◦ blue 123

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

Shades of Monsoon #84697B

Tints of Monsoon #84697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

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

R = 36.67%
G = 29.17%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84697B (or 0x84697B) is known color: Monsoon. HEX triplet: 84, 69 and 7B. RGB value is (132,105,123). Sum of RGB (Red+Green+Blue) = 132+105+123=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84697B is #7B9684. Grayscale: #737373. Windows color (decimal): -8099461 or 8087940. OLE color: 8087940.

HSL color Cylindrical-coordinate representation of color #84697B: hue angle of 320º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84697B is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 123 -
CMYK 0 0.20 0.07 0.48
HSL 320º 0.11% 0.46% -
HSV(B) 320º 0.2% 0.52% -
XYZ 18.14 16.44 20.96 -
YUV 115.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 132 105 123 0 0.20 0.07 0.48 320 0.11 0.46
Hex 84 69 7B 0 14 7 30 140 B 2E
Octal 204 151 173 0 24 7 60 500 13 56
Binary 10000100 1101001 1111011 0 10100 111 110000 101000000 1011 101110

Color Harmonies of #84697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84697B

Black with #84697B

Text Example


Text Example

White with #84697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84697B; }

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

 H1.HeaderClassName
 {
   color: #84697B;
 }
 .AnyTagClassName
 {
   color: #84697B;
 }
</style>

background-color css

<style>
 a { background-color: #84697B; }

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

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

border-color css

<style>
 span { border-color: #84697B; }

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

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