#7B6776

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

Shades of Monsoon #7B6776

Tints of Monsoon #7B6776

Color information

#7B6776 (or 0x7B6776) is unknown color: approx Monsoon. HEX triplet: 7B, 67 and 76. RGB value is (123,103,118). Sum of RGB (Red+Green+Blue) = 123+103+118=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6776 is #849889. Grayscale: #6E6E6E. Windows color (decimal): -8689802 or 7759739. OLE color: 7759739.

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

Color convert

RGB123103118-
CMYK00.160.040.52
HSL315º8.85%44.31%-
HSV(B)315º16.26%48.24%-
XYZ16.2915.2219.22-
YUV110.69132.13136.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=35.76%
G=29.94%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310311800.160.040.523158.8544.31
Hex7B677601043413b92c
Octal1731471660204644731154
Binary1111011110011111101100100001001101001001110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,118); }

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

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

 a { background-color: rgb(123,103,118); }

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

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

 span { border-color: rgb(123,103,118); }

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