#7768AB

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

Shades of Scampi #7768AB

Tints of Scampi #7768AB

Color information

#7768AB (or 0x7768AB) is unknown color: approx Scampi. HEX triplet: 77, 68 and AB. RGB value is (119,104,171). Sum of RGB (Red+Green+Blue) = 119+104+171=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7768AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7768AB is #889754. Grayscale: #737373. Windows color (decimal): -8951637 or 11233399. OLE color: 11233399.

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

Color convert

RGB119104171-
CMYK0.300.3900.33
HSL253.43º28.51%53.92%-
HSV(B)253.43º39.18%67.06%-
XYZ19.9116.7640.71-
YUV116.12158.97130.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=30.20%
G=26.40%
B=43.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191041710.300.3900.33253.4328.5153.92
Hex7768AB1E27021fd1d36
Octal16715025336470413753566
Binary11101111101000101010111111010011101000011111110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7768AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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