#766595

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

Shades of Scampi #766595

Tints of Scampi #766595

Color information

#766595 (or 0x766595) is unknown color: approx Scampi. HEX triplet: 76, 65 and 95. RGB value is (118,101,149). Sum of RGB (Red+Green+Blue) = 118+101+149=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #766595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766595 is #899A6A. Grayscale: #6F6F6F. Windows color (decimal): -9017963 or 9790838. OLE color: 9790838.

HSL color Cylindrical-coordinate representation of color #766595: hue angle of 261.25º 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 #766595 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118101149-
CMYK0.210.3200.42
HSL261.25º19.2%49.02%-
HSV(B)261.25º32.21%58.43%-
XYZ17.5515.3330.47-
YUV111.56149.13132.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=32.07%
G=27.45%
B=40.49%

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
Decimal1181011490.210.3200.42261.2519.249.02
Hex766595152002A1051331
Octal16614522525400524052361
Binary111011011001011001010110101100000010101010000010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766595; }

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

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

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

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

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

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

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

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