Html Css Color HEX #84707E Monsoon

📋 copy color: '#84707E'

red 132 ◦ green 112 ◦ blue 126

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

Shades of Monsoon #84707E

Tints of Monsoon #84707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 35.68%
G = 30.27%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84707E (or 0x84707E) is known color: Monsoon. HEX triplet: 84, 70 and 7E. RGB value is (132,112,126). Sum of RGB (Red+Green+Blue) = 132+112+126=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #84707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84707E is #7B8F81. Grayscale: #777777. Windows color (decimal): -8097666 or 8286340. OLE color: 8286340.

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

Color convert

RGB 132 112 126 -
CMYK 0 0.15 0.05 0.48
HSL 318º 0.08% 0.48% -
HSV(B) 318º 0.15% 0.52% -
XYZ 19.08 18 22.21 -
YUV 119.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 132 112 126 0 0.15 0.05 0.48 318 0.08 0.48
Hex 84 70 7E 0 F 5 30 13E 8 30
Octal 204 160 176 0 17 5 60 476 10 60
Binary 10000100 1110000 1111110 0 1111 101 110000 100111110 1000 110000

Color Harmonies of #84707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84707E

Black with #84707E

Text Example


Text Example

White with #84707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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