#766E93

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

Shades of Scampi #766E93

Tints of Scampi #766E93

Color information

#766E93 (or 0x766E93) is unknown color: approx Scampi. HEX triplet: 76, 6E and 93. RGB value is (118,110,147). Sum of RGB (Red+Green+Blue) = 118+110+147=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #766E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E93 is #89916C. Grayscale: #747474. Windows color (decimal): -9015661 or 9662070. OLE color: 9662070.

HSL color Cylindrical-coordinate representation of color #766E93: hue angle of 252.97º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766E93 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118110147-
CMYK0.200.2500.42
HSL252.97º14.62%50.39%-
HSV(B)252.97º25.17%57.65%-
XYZ18.3117.1129.94-
YUV116.61145.15128.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=31.47%
G=29.33%
B=39.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181101470.200.2500.42252.9714.6250.39
Hex766E93141902Afdf32
Octal16615622324310523751762
Binary111011011011101001001110100110010101010111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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