#776BB0

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

Shades of Scampi #776BB0

Tints of Scampi #776BB0

Color information

#776BB0 (or 0x776BB0) is unknown color: approx Scampi. HEX triplet: 77, 6B and B0. RGB value is (119,107,176). Sum of RGB (Red+Green+Blue) = 119+107+176=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #776BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BB0 is #88944F. Grayscale: #767676. Windows color (decimal): -8950864 or 11561847. OLE color: 11561847.

HSL color Cylindrical-coordinate representation of color #776BB0: hue angle of 250.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776BB0 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119107176-
CMYK0.320.3900.31
HSL250.43º30.4%55.49%-
HSV(B)250.43º39.2%69.02%-
XYZ20.717.5743.37-
YUV118.45160.48128.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=29.60%
G=26.62%
B=43.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191071760.320.3900.31250.4330.455.49
Hex776BB0202701Ffa1e37
Octal16715326040470373723667
Binary11101111101011101100001000001001110111111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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