Html Css Color HEX #84717E Monsoon

📋 copy color: '#84717E'

red 132 ◦ green 113 ◦ blue 126

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

Shades of Monsoon #84717E

Tints of Monsoon #84717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 35.58%
G = 30.46%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84717E (or 0x84717E) is known color: Monsoon. HEX triplet: 84, 71 and 7E. RGB value is (132,113,126). Sum of RGB (Red+Green+Blue) = 132+113+126=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84717E is #7B8E81. Grayscale: #787878. Windows color (decimal): -8097410 or 8286596. OLE color: 8286596.

HSL color Cylindrical-coordinate representation of color #84717E: hue angle of 318.95º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84717E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 113 126 -
CMYK 0 0.14 0.05 0.48
HSL 318.95º 0.08% 0.48% -
HSV(B) 318.95º 0.14% 0.52% -
XYZ 19.19 18.22 22.24 -
YUV 120.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 132 113 126 0 0.14 0.05 0.48 318.95 0.08 0.48
Hex 84 71 7E 0 E 5 30 13F 8 30
Octal 204 161 176 0 16 5 60 477 10 60
Binary 10000100 1110001 1111110 0 1110 101 110000 100111111 1000 110000

Color Harmonies of #84717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84717E

Black with #84717E

Text Example


Text Example

White with #84717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84717E; }

 p { color: rgb(132,113,126); }

 H1.HeaderClassName
 {
   color: #84717E;
 }
 .AnyTagClassName
 {
   color: #84717E;
 }
</style>

background-color css

<style>
 a { background-color: #84717E; }

 a { background-color: rgb(132,113,126); }

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

border-color css

<style>
 span { border-color: #84717E; }

 span { border-color: rgb(132,113,126); }

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