#766D94

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

Shades of Scampi #766D94

Tints of Scampi #766D94

Color information

#766D94 (or 0x766D94) is unknown color: approx Scampi. HEX triplet: 76, 6D and 94. RGB value is (118,109,148). Sum of RGB (Red+Green+Blue) = 118+109+148=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #766D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D94 is #89926B. Grayscale: #737373. Windows color (decimal): -9015916 or 9727350. OLE color: 9727350.

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

Color convert

RGB118109148-
CMYK0.200.2600.42
HSL253.85º15.42%50.39%-
HSV(B)253.85º26.35%58.04%-
XYZ18.2916.9330.32-
YUV116.14145.98129.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=31.47%
G=29.07%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181091480.200.2600.42253.8515.4250.39
Hex766D94141A02Afef32
Octal16615522424320523761762
Binary111011011011011001010010100110100101010111111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,109,148); }

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

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

 a { background-color: rgb(118,109,148); }

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

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

 span { border-color: rgb(118,109,148); }

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