#766b9b

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

Shades of Scampi #766B9B

Tints of Scampi #766B9B

Color information

#766B9B (or 0x766B9B) is unknown color: approx Scampi. HEX triplet: 76, 6B and 9B. RGB value is (118,107,155). Sum of RGB (Red+Green+Blue) = 118+107+155=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #766B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B9B is #899464. Grayscale: #737373. Windows color (decimal): -9016421 or 10185590. OLE color: 10185590.

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

Color convert

RGB118107155-
CMYK0.240.3100.39
HSL253.75º19.35%51.37%-
HSV(B)253.75º30.97%60.78%-
XYZ18.6516.7333.26-
YUV115.76150.14129.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=31.05%
G=28.16%
B=40.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181071550.240.3100.39253.7519.3551.37
Hex766B9B181F027fe1333
Octal16615323330370473762363
Binary1110110110101110011011110001111101001111111111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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