#766A9B

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

Shades of Scampi #766A9B

Tints of Scampi #766A9B

Color information

#766A9B (or 0x766A9B) is unknown color: approx Scampi. HEX triplet: 76, 6A and 9B. RGB value is (118,106,155). Sum of RGB (Red+Green+Blue) = 118+106+155=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #766A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A9B is #899564. Grayscale: #727272. Windows color (decimal): -9016677 or 10185334. OLE color: 10185334.

HSL color Cylindrical-coordinate representation of color #766A9B: hue angle of 254.69º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766A9B is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118106155-
CMYK0.240.3200.39
HSL254.69º19.68%51.18%-
HSV(B)254.69º31.61%60.78%-
XYZ18.5416.5333.22-
YUV115.17150.48130.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=31.13%
G=27.97%
B=40.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181061550.240.3200.39254.6919.6851.18
Hex766A9B1820027ff1433
Octal16615223330400473772463
Binary11101101101010100110111100010000001001111111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A9B; }

 p { color: rgb(118,106,155); }

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

<style>
 a { background-color: #766A9B; }

 a { background-color: rgb(118,106,155); }

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

<style>
 span { border-color: #766A9B; }

 span { border-color: rgb(118,106,155); }

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