#776FB0

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

Shades of Scampi #776FB0

Tints of Scampi #776FB0

Color information

#776FB0 (or 0x776FB0) is unknown color: approx Scampi. HEX triplet: 77, 6F and B0. RGB value is (119,111,176). Sum of RGB (Red+Green+Blue) = 119+111+176=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #776FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FB0 is #88904F. Grayscale: #787878. Windows color (decimal): -8949840 or 11562871. OLE color: 11562871.

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

Color convert

RGB119111176-
CMYK0.320.3700.31
HSL247.38º29.15%56.27%-
HSV(B)247.38º36.93%69.02%-
XYZ21.1318.4343.52-
YUV120.8159.15126.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 176 (69.14% from 255) = 43.35%
R=29.31%
G=27.34%
B=43.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191111760.320.3700.31247.3829.1556.27
Hex776FB0202501Ff71d38
Octal16715726040450373673570
Binary11101111101111101100001000001001010111111111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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