#766799

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

Shades of Scampi #766799

Tints of Scampi #766799

Color information

#766799 (or 0x766799) is unknown color: approx Scampi. HEX triplet: 76, 67 and 99. RGB value is (118,103,153). Sum of RGB (Red+Green+Blue) = 118+103+153=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #766799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766799 is #899866. Grayscale: #707070. Windows color (decimal): -9017447 or 10053494. OLE color: 10053494.

HSL color Cylindrical-coordinate representation of color #766799: hue angle of 258º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766799 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB118103153-
CMYK0.230.3300.4
HSL258º19.69%50.2%-
HSV(B)258º32.68%60%-
XYZ18.0715.8532.24-
YUV113.18150.47131.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=31.55%
G=27.54%
B=40.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181031530.230.3300.425819.6950.2
Hex76679917210281021432
Octal16614723127410504022462
Binary111011011001111001100110111100001010100010000001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766799; }

 p { color: rgb(118,103,153); }

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

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

 a { background-color: rgb(118,103,153); }

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

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

 span { border-color: rgb(118,103,153); }

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