#766099

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

Shades of Scampi #766099

Tints of Scampi #766099

Color information

#766099 (or 0x766099) is unknown color: approx Scampi. HEX triplet: 76, 60 and 99. RGB value is (118,96,153). Sum of RGB (Red+Green+Blue) = 118+96+153=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #766099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766099 is #899F66. Grayscale: #6C6C6C. Windows color (decimal): -9019239 or 10051702. OLE color: 10051702.

HSL color Cylindrical-coordinate representation of color #766099: hue angle of 263.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766099 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11896153-
CMYK0.230.3700.4
HSL263.16º22.89%48.82%-
HSV(B)263.16º37.25%60%-
XYZ17.414.5232.02-
YUV109.08152.79134.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=32.15%
G=26.16%
B=41.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118961530.230.3700.4263.1622.8948.82
Hex76609917250281071731
Octal16614023127450504072761
Binary111011011000001001100110111100101010100010000011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766099; }

 p { color: rgb(118,96,153); }

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

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

 a { background-color: rgb(118,96,153); }

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

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

 span { border-color: rgb(118,96,153); }

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