#766C93

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

Shades of Scampi #766C93

Tints of Scampi #766C93

Color information

#766C93 (or 0x766C93) is unknown color: approx Scampi. HEX triplet: 76, 6C and 93. RGB value is (118,108,147). Sum of RGB (Red+Green+Blue) = 118+108+147=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #766C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C93 is #89936C. Grayscale: #737373. Windows color (decimal): -9016173 or 9661558. OLE color: 9661558.

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

Color convert

RGB118108147-
CMYK0.200.2700.42
HSL255.38º15.29%50%-
HSV(B)255.38º26.53%57.65%-
XYZ18.116.6829.87-
YUV115.44145.81129.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=31.64%
G=28.95%
B=39.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181081470.200.2700.42255.3815.2950
Hex766C93141B02Afff32
Octal16615422324330523771762
Binary111011011011001001001110100110110101010111111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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