#766594

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

Shades of Scampi #766594

Tints of Scampi #766594

Color information

#766594 (or 0x766594) is unknown color: approx Scampi. HEX triplet: 76, 65 and 94. RGB value is (118,101,148). Sum of RGB (Red+Green+Blue) = 118+101+148=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #766594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766594 is #899A6B. Grayscale: #6F6F6F. Windows color (decimal): -9017964 or 9725302. OLE color: 9725302.

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

Color convert

RGB118101148-
CMYK0.200.3200.42
HSL261.7º18.88%48.82%-
HSV(B)261.7º31.76%58.04%-
XYZ17.4715.330.05-
YUV111.44148.63132.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=32.15%
G=27.52%
B=40.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181011480.200.3200.42261.718.8848.82
Hex766594142002A1061331
Octal16614522424400524062361
Binary111011011001011001010010100100000010101010000011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766594; }

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

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

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

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

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

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

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

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