#776CB1

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

Shades of Scampi #776CB1

Tints of Scampi #776CB1

Color information

#776CB1 (or 0x776CB1) is unknown color: approx Scampi. HEX triplet: 77, 6C and B1. RGB value is (119,108,177). Sum of RGB (Red+Green+Blue) = 119+108+177=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #776CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CB1 is #88934E. Grayscale: #767676. Windows color (decimal): -8950607 or 11627639. OLE color: 11627639.

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

Color convert

RGB119108177-
CMYK0.330.3900.31
HSL249.57º30.67%55.88%-
HSV(B)249.57º38.98%69.41%-
XYZ20.9117.8243.93-
YUV119.15160.64127.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=29.46%
G=26.73%
B=43.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191081770.330.3900.31249.5730.6755.88
Hex776CB1212701Ffa1f38
Octal16715426141470373723770
Binary11101111101100101100011000011001110111111111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,177); }

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

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

 a { background-color: rgb(119,108,177); }

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

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

 span { border-color: rgb(119,108,177); }

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