#766693

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

Shades of Scampi #766693

Tints of Scampi #766693

Color information

#766693 (or 0x766693) is unknown color: approx Scampi. HEX triplet: 76, 66 and 93. RGB value is (118,102,147). Sum of RGB (Red+Green+Blue) = 118+102+147=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #766693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766693 is #89996C. Grayscale: #6F6F6F. Windows color (decimal): -9017709 or 9660022. OLE color: 9660022.

HSL color Cylindrical-coordinate representation of color #766693: hue angle of 261.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766693 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118102147-
CMYK0.200.3100.42
HSL261.33º18.07%48.82%-
HSV(B)261.33º30.61%57.65%-
XYZ17.4915.4629.67-
YUV111.91147.8132.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=32.15%
G=27.79%
B=40.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181021470.200.3100.42261.3318.0748.82
Hex766693141F02A1051231
Octal16614622324370524052261
Binary11101101100110100100111010011111010101010000010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766693; }

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

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

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

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

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

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

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

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