Html Css Color HEX #84767E Monsoon

📋 copy color: '#84767E'

red 132 ◦ green 118 ◦ blue 126

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

Shades of Monsoon #84767E

Tints of Monsoon #84767E

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 value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84767E (or 0x84767E) is known color: 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

RGB 132 118 126 -
CMYK 0 0.11 0.05 0.48
HSL 325.71º 0.06% 0.49% -
HSV(B) 325.71º 0.11% 0.52% -
XYZ 19.76 19.37 22.44 -
YUV 123.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 132 118 126 0 0.11 0.05 0.48 325.71 0.06 0.49
Hex 84 76 7E 0 B 5 30 146 6 31
Octal 204 166 176 0 13 5 60 506 6 61
Binary 10000100 1110110 1111110 0 1011 101 110000 101000110 110 110001

Color Harmonies of #84767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84767E

Black with #84767E

Text Example


Text Example

White with #84767E

Text Example


Text Example

HTML Codes & Css Web 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>