Html Css Color HEX #84717F Monsoon

📋 copy color: '#84717F'

red 132 ◦ green 113 ◦ blue 127

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

Shades of Monsoon #84717F

Tints of Monsoon #84717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.14%

R = 35.48%
G = 30.38%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84717F (or 0x84717F) is known color: Monsoon. HEX triplet: 84, 71 and 7F. RGB value is (132,113,127). Sum of RGB (Red+Green+Blue) = 132+113+127=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84717F is #7B8E80. Grayscale: #787878. Windows color (decimal): -8097409 or 8352132. OLE color: 8352132.

HSL color Cylindrical-coordinate representation of color #84717F: hue angle of 315.79º 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 #84717F is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 113 127 -
CMYK 0 0.14 0.04 0.48
HSL 315.79º 0.08% 0.48% -
HSV(B) 315.79º 0.14% 0.52% -
XYZ 19.25 18.25 22.59 -
YUV 120.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 132 113 127 0 0.14 0.04 0.48 315.79 0.08 0.48
Hex 84 71 7F 0 E 4 30 13C 8 30
Octal 204 161 177 0 16 4 60 474 10 60
Binary 10000100 1110001 1111111 0 1110 100 110000 100111100 1000 110000

Color Harmonies of #84717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84717F

Black with #84717F

Text Example


Text Example

White with #84717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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