#776B99

Color #776B99 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #776B99

Tints of Scampi #776B99

Color information

#776B99 (or 0x776B99) is unknown color: approx Scampi. HEX triplet: 77, 6B and 99. RGB value is (119,107,153). Sum of RGB (Red+Green+Blue) = 119+107+153=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #776B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776B99 is #889466. Grayscale: #737373. Windows color (decimal): -8950887 or 10054519. OLE color: 10054519.

HSL color Cylindrical-coordinate representation of color #776B99: hue angle of 255.65º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776B99 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119107153-
CMYK0.220.3000.4
HSL255.65º18.4%50.98%-
HSV(B)255.65º30.07%60%-
XYZ18.6216.7432.39-
YUV115.83148.98130.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=31.40%
G=28.23%
B=40.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191071530.220.3000.4255.6518.450.98
Hex776B99161E0281001233
Octal16715323126360504002263
Binary11101111101011100110011011011110010100010000000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776B99; }

 p { color: rgb(119,107,153); }

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

<style>
 a { background-color: #776B99; }

 a { background-color: rgb(119,107,153); }

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

<style>
 span { border-color: #776B99; }

 span { border-color: rgb(119,107,153); }

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