#766599

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

Shades of Scampi #766599

Tints of Scampi #766599

Color information

#766599 (or 0x766599) is unknown color: approx Scampi. HEX triplet: 76, 65 and 99. RGB value is (118,101,153). Sum of RGB (Red+Green+Blue) = 118+101+153=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #766599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766599 is #899A66. Grayscale: #6F6F6F. Windows color (decimal): -9017959 or 10052982. OLE color: 10052982.

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

Color convert

RGB118101153-
CMYK0.230.3400.4
HSL259.62º20.47%49.8%-
HSV(B)259.62º33.99%60%-
XYZ17.8715.4632.18-
YUV112.01151.13132.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=31.72%
G=27.15%
B=41.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181011530.230.3400.4259.6220.4749.8
Hex76659917220281041432
Octal16614523127420504042462
Binary111011011001011001100110111100010010100010000010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766599; }

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

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

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

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

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

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

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

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