#7761AB

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

Shades of Scampi #7761AB

Tints of Scampi #7761AB

Color information

#7761AB (or 0x7761AB) is unknown color: approx Scampi. HEX triplet: 77, 61 and AB. RGB value is (119,97,171). Sum of RGB (Red+Green+Blue) = 119+97+171=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7761AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761AB is #889E54. Grayscale: #6F6F6F. Windows color (decimal): -8953429 or 11231607. OLE color: 11231607.

HSL color Cylindrical-coordinate representation of color #7761AB: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7761AB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11997171-
CMYK0.300.4300.33
HSL257.84º30.58%52.55%-
HSV(B)257.84º43.27%67.06%-
XYZ19.2315.4140.49-
YUV112.01161.29132.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=30.75%
G=25.06%
B=44.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119971710.300.4300.33257.8430.5852.55
Hex7761AB1E2B0211021f35
Octal16714125336530414023765
Binary111011111000011010101111110101011010000110000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761AB; }

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

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

<style>
 a { background-color: #7761AB; }

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

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

<style>
 span { border-color: #7761AB; }

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

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