#7B777A

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

Shades of Monsoon #7B777A

Tints of Monsoon #7B777A

Color information

#7B777A (or 0x7B777A) is unknown color: approx Monsoon. HEX triplet: 7B, 77 and 7A. RGB value is (123,119,122). Sum of RGB (Red+Green+Blue) = 123+119+122=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 123 - color contains mainly: red. Hex color #7B777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B777A is #848885. Grayscale: #787878. Windows color (decimal): -8685702 or 8025979. OLE color: 8025979.

HSL color Cylindrical-coordinate representation of color #7B777A: hue angle of 315º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7B777A is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB123119122-
CMYK00.030.010.52
HSL315º1.65%47.45%-
HSV(B)315º3.25%48.24%-
XYZ18.2818.8121.08-
YUV120.54128.83129.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=33.79%
G=32.69%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311912200.030.010.523151.6547.45
Hex7B777A0313413b22f
Octal17316717203164473257
Binary111101111101111111010011111010010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B777A; }

 p { color: rgb(123,119,122); }

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

<style>
 a { background-color: #7B777A; }

 a { background-color: rgb(123,119,122); }

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

<style>
 span { border-color: #7B777A; }

 span { border-color: rgb(123,119,122); }

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