#766695

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

Shades of Scampi #766695

Tints of Scampi #766695

Color information

#766695 (or 0x766695) is unknown color: approx Scampi. HEX triplet: 76, 66 and 95. RGB value is (118,102,149). Sum of RGB (Red+Green+Blue) = 118+102+149=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #766695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766695 is #89996A. Grayscale: #6F6F6F. Windows color (decimal): -9017707 or 9791094. OLE color: 9791094.

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

Color convert

RGB118102149-
CMYK0.210.3200.42
HSL260.43º18.73%49.22%-
HSV(B)260.43º31.54%58.43%-
XYZ17.6515.5230.5-
YUV112.14148.8132.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=31.98%
G=27.64%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181021490.210.3200.42260.4318.7349.22
Hex766695152002A1041331
Octal16614622525400524042361
Binary111011011001101001010110101100000010101010000010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766695; }

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

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

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

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

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

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

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

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