#766893

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

Shades of Scampi #766893

Tints of Scampi #766893

Color information

#766893 (or 0x766893) is unknown color: approx Scampi. HEX triplet: 76, 68 and 93. RGB value is (118,104,147). Sum of RGB (Red+Green+Blue) = 118+104+147=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #766893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766893 is #89976C. Grayscale: #707070. Windows color (decimal): -9017197 or 9660534. OLE color: 9660534.

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

Color convert

RGB118104147-
CMYK0.200.2900.42
HSL259.53º17.13%49.22%-
HSV(B)259.53º29.25%57.65%-
XYZ17.6915.8629.73-
YUV113.09147.14131.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=31.98%
G=28.18%
B=39.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181041470.200.2900.42259.5317.1349.22
Hex766893141D02A1041131
Octal16615022324350524042161
Binary11101101101000100100111010011101010101010000010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766893; }

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

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

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

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

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

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

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

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