#776FAB

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

Shades of Scampi #776FAB

Tints of Scampi #776FAB

Color information

#776FAB (or 0x776FAB) is unknown color: approx Scampi. HEX triplet: 77, 6F and AB. RGB value is (119,111,171). Sum of RGB (Red+Green+Blue) = 119+111+171=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #776FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FAB is #889054. Grayscale: #787878. Windows color (decimal): -8949845 or 11235191. OLE color: 11235191.

HSL color Cylindrical-coordinate representation of color #776FAB: hue angle of 248º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776FAB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119111171-
CMYK0.300.3500.33
HSL248º26.32%55.29%-
HSV(B)248º35.09%67.06%-
XYZ20.6418.2340.96-
YUV120.23156.65127.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=29.68%
G=27.68%
B=42.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191111710.300.3500.3324826.3255.29
Hex776FAB1E23021f81a37
Octal16715725336430413703267
Binary11101111101111101010111111010001101000011111100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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