#766C95

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

Shades of Scampi #766C95

Tints of Scampi #766C95

Color information

#766C95 (or 0x766C95) is unknown color: approx Scampi. HEX triplet: 76, 6C and 95. RGB value is (118,108,149). Sum of RGB (Red+Green+Blue) = 118+108+149=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #766C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C95 is #89936A. Grayscale: #737373. Windows color (decimal): -9016171 or 9792630. OLE color: 9792630.

HSL color Cylindrical-coordinate representation of color #766C95: hue angle of 254.63º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766C95 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118108149-
CMYK0.210.2800.42
HSL254.63º16.21%50.39%-
HSV(B)254.63º27.52%58.43%-
XYZ18.2616.7530.7-
YUV115.66146.81129.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=31.47%
G=28.8%
B=39.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181081490.210.2800.42254.6316.2150.39
Hex766C95151C02Aff1032
Octal16615422525340523772062
Binary1110110110110010010101101011110001010101111111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C95; }

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

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

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

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

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

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

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

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