#766C9B

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

Shades of Scampi #766C9B

Tints of Scampi #766C9B

Color information

#766C9B (or 0x766C9B) is unknown color: approx Scampi. HEX triplet: 76, 6C and 9B. RGB value is (118,108,155). Sum of RGB (Red+Green+Blue) = 118+108+155=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #766C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C9B is #899364. Grayscale: #747474. Windows color (decimal): -9016165 or 10185846. OLE color: 10185846.

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

Color convert

RGB118108155-
CMYK0.240.3000.39
HSL252.77º19.03%51.57%-
HSV(B)252.77º30.32%60.78%-
XYZ18.7516.9433.29-
YUV116.35149.81129.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=30.97%
G=28.35%
B=40.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181081550.240.3000.39252.7719.0351.57
Hex766C9B181E027fd1334
Octal16615423330360473752364
Binary1110110110110010011011110001111001001111111110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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