#766A9E

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

Shades of Scampi #766A9E

Tints of Scampi #766A9E

Color information

#766A9E (or 0x766A9E) is unknown color: approx Scampi. HEX triplet: 76, 6A and 9E. RGB value is (118,106,158). Sum of RGB (Red+Green+Blue) = 118+106+158=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #766A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A9E is #899561. Grayscale: #737373. Windows color (decimal): -9016674 or 10381942. OLE color: 10381942.

HSL color Cylindrical-coordinate representation of color #766A9E: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766A9E is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118106158-
CMYK0.250.3300.38
HSL253.85º21.14%51.76%-
HSV(B)253.85º32.91%61.96%-
XYZ18.816.6334.57-
YUV115.52151.98129.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=30.89%
G=27.75%
B=41.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181061580.250.3300.38253.8521.1451.76
Hex766A9E1921026fe1534
Octal16615223631410463762564
Binary11101101101010100111101100110000101001101111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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