#7B6D78

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

Shades of Monsoon #7B6D78

Tints of Monsoon #7B6D78

Color information

#7B6D78 (or 0x7B6D78) is unknown color: approx Monsoon. HEX triplet: 7B, 6D and 78. RGB value is (123,109,120). Sum of RGB (Red+Green+Blue) = 123+109+120=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6D78 is #849287. Grayscale: #727272. Windows color (decimal): -8688264 or 7892347. OLE color: 7892347.

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

Color convert

RGB123109120-
CMYK00.110.020.52
HSL312.86º6.03%45.49%-
HSV(B)312.86º11.38%48.24%-
XYZ17.0316.520.06-
YUV114.44131.14134.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=34.94%
G=30.97%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310912000.110.020.52312.866.0345.49
Hex7B6D780B23413962d
Octal173155170013264471655
Binary1111011110110111110000101110110100100111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,120); }

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

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

 a { background-color: rgb(123,109,120); }

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

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

 span { border-color: rgb(123,109,120); }

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