#84767E

Color #84767E Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #84767E

Tints of Monsoon #84767E

Color information

#84767E (or 0x84767E) is unknown color: approx Monsoon. HEX triplet: 84, 76 and 7E. RGB value is (132,118,126). Sum of RGB (Red+Green+Blue) = 132+118+126=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #84767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84767E is #7B8981. Grayscale: #7B7B7B. Windows color (decimal): -8096130 or 8287876. OLE color: 8287876.

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

Color convert

RGB132118126-
CMYK00.110.050.48
HSL325.71º5.6%49.02%-
HSV(B)325.71º10.61%51.76%-
XYZ19.7619.3722.44-
YUV123.1129.64134.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=35.11%
G=31.38%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211812600.110.050.48325.715.649.02
Hex84767E0B530146631
Octal204166176013560506661
Binary100001001110110111111001011101110000101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84767E;
 }
 .AnyTagClassName
 {
   color: #84767E;
 }
</style>
background-color css

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

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

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

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

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

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