#776BAB

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

Shades of Scampi #776BAB

Tints of Scampi #776BAB

Color information

#776BAB (or 0x776BAB) is unknown color: approx Scampi. HEX triplet: 77, 6B and AB. RGB value is (119,107,171). Sum of RGB (Red+Green+Blue) = 119+107+171=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #776BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BAB is #889454. Grayscale: #757575. Windows color (decimal): -8950869 or 11234167. OLE color: 11234167.

HSL color Cylindrical-coordinate representation of color #776BAB: hue angle of 251.25º degrees, saturation: 0.28, 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 #776BAB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119107171-
CMYK0.300.3700.33
HSL251.25º27.59%54.51%-
HSV(B)251.25º37.43%67.06%-
XYZ20.2217.3840.82-
YUV117.88157.98128.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=29.97%
G=26.95%
B=43.07%

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
Decimal1191071710.300.3700.33251.2527.5954.51
Hex776BAB1E25021fb1c37
Octal16715325336450413733467
Binary11101111101011101010111111010010101000011111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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