#7B6E78

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

Shades of Monsoon #7B6E78

Tints of Monsoon #7B6E78

Color information

#7B6E78 (or 0x7B6E78) is unknown color: approx Monsoon. HEX triplet: 7B, 6E and 78. RGB value is (123,110,120). Sum of RGB (Red+Green+Blue) = 123+110+120=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6E78 is #849187. Grayscale: #727272. Windows color (decimal): -8688008 or 7892603. OLE color: 7892603.

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

Color convert

RGB123110120-
CMYK00.110.020.52
HSL313.85º5.58%45.69%-
HSV(B)313.85º10.57%48.24%-
XYZ17.1316.7220.09-
YUV115.03130.81133.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.84%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=34.84%
G=31.16%
B=33.99%

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
Decimal12311012000.110.020.52313.855.5845.69
Hex7B6E780B23413a62e
Octal173156170013264472656
Binary1111011110111011110000101110110100100111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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