#766697

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

Shades of Scampi #766697

Tints of Scampi #766697

Color information

#766697 (or 0x766697) is unknown color: approx Scampi. HEX triplet: 76, 66 and 97. RGB value is (118,102,151). Sum of RGB (Red+Green+Blue) = 118+102+151=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #766697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766697 is #899968. Grayscale: #707070. Windows color (decimal): -9017705 or 9922166. OLE color: 9922166.

HSL color Cylindrical-coordinate representation of color #766697: hue angle of 259.59º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766697 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118102151-
CMYK0.220.3200.41
HSL259.59º19.37%49.61%-
HSV(B)259.59º32.45%59.22%-
XYZ17.8115.5931.35-
YUV112.37149.8132.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=31.81%
G=27.49%
B=40.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181021510.220.3200.41259.5919.3749.61
Hex76669716200291041332
Octal16614622726400514042362
Binary111011011001101001011110110100000010100110000010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766697; }

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

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

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

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

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

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

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

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