Html Css Color HEX #84787F Monsoon

📋 copy color: '#84787F'

red 132 ◦ green 120 ◦ blue 127

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

Shades of Monsoon #84787F

Tints of Monsoon #84787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 34.83%
G = 31.66%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84787F (or 0x84787F) is known color: Monsoon. HEX triplet: 84, 78 and 7F. RGB value is (132,120,127). Sum of RGB (Red+Green+Blue) = 132+120+127=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #84787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84787F is #7B8780. Grayscale: #7C7C7C. Windows color (decimal): -8095617 or 8353924. OLE color: 8353924.

HSL color Cylindrical-coordinate representation of color #84787F: hue angle of 325º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84787F is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 127 -
CMYK 0 0.09 0.04 0.48
HSL 325º 0.05% 0.49% -
HSV(B) 325º 0.09% 0.52% -
XYZ 20.06 19.87 22.86 -
YUV 124.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 132 120 127 0 0.09 0.04 0.48 325 0.05 0.49
Hex 84 78 7F 0 9 4 30 145 5 31
Octal 204 170 177 0 11 4 60 505 5 61
Binary 10000100 1111000 1111111 0 1001 100 110000 101000101 101 110001

Color Harmonies of #84787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84787F

Black with #84787F

Text Example


Text Example

White with #84787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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