#766B93

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

Shades of Scampi #766B93

Tints of Scampi #766B93

Color information

#766B93 (or 0x766B93) is unknown color: approx Scampi. HEX triplet: 76, 6B and 93. RGB value is (118,107,147). Sum of RGB (Red+Green+Blue) = 118+107+147=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #766B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B93 is #89946C. Grayscale: #727272. Windows color (decimal): -9016429 or 9661302. OLE color: 9661302.

HSL color Cylindrical-coordinate representation of color #766B93: hue angle of 256.5º degrees, saturation: 0.16, 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 #766B93 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118107147-
CMYK0.200.2700.42
HSL256.5º15.75%49.8%-
HSV(B)256.5º27.21%57.65%-
XYZ1816.4729.84-
YUV114.85146.14130.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 147 (57.81% from 255) = 39.52%
R=31.72%
G=28.76%
B=39.52%

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
Decimal1181071470.200.2700.42256.515.7549.8
Hex766B93141B02A1001032
Octal16615322324330524002062
Binary11101101101011100100111010011011010101010000000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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