#766E90

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

Shades of Scampi #766E90

Tints of Scampi #766E90

Color information

#766E90 (or 0x766E90) is unknown color: approx Scampi. HEX triplet: 76, 6E and 90. RGB value is (118,110,144). Sum of RGB (Red+Green+Blue) = 118+110+144=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #766E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E90 is #89916F. Grayscale: #747474. Windows color (decimal): -9015664 or 9465462. OLE color: 9465462.

HSL color Cylindrical-coordinate representation of color #766E90: hue angle of 254.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766E90 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118110144-
CMYK0.180.2400.44
HSL254.12º13.39%49.8%-
HSV(B)254.12º23.61%56.47%-
XYZ18.0817.0228.72-
YUV116.27143.65129.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=31.72%
G=29.57%
B=38.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181101440.180.2400.44254.1213.3949.8
Hex766E90121802Cfed32
Octal16615622022300543761562
Binary111011011011101001000010010110000101100111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,144); }

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

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

 a { background-color: rgb(118,110,144); }

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

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

 span { border-color: rgb(118,110,144); }

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