#776CAB

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

Shades of Scampi #776CAB

Tints of Scampi #776CAB

Color information

#776CAB (or 0x776CAB) is unknown color: approx Scampi. HEX triplet: 77, 6C and AB. RGB value is (119,108,171). Sum of RGB (Red+Green+Blue) = 119+108+171=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #776CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CAB is #889354. Grayscale: #767676. Windows color (decimal): -8950613 or 11234423. OLE color: 11234423.

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

Color convert

RGB119108171-
CMYK0.300.3700.33
HSL250.48º27.27%54.71%-
HSV(B)250.48º36.84%67.06%-
XYZ20.3217.5940.85-
YUV118.47157.64128.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=29.90%
G=27.14%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191081710.300.3700.33250.4827.2754.71
Hex776CAB1E25021fa1b37
Octal16715425336450413723367
Binary11101111101100101010111111010010101000011111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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