#776499

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

Shades of Scampi #776499

Tints of Scampi #776499

Color information

#776499 (or 0x776499) is unknown color: approx Scampi. HEX triplet: 77, 64 and 99. RGB value is (119,100,153). Sum of RGB (Red+Green+Blue) = 119+100+153=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #776499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776499 is #889B66. Grayscale: #6F6F6F. Windows color (decimal): -8952679 or 10052727. OLE color: 10052727.

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

Color convert

RGB119100153-
CMYK0.220.3500.4
HSL261.51º20.95%49.61%-
HSV(B)261.51º34.64%60%-
XYZ17.9115.3432.15-
YUV111.72151.29133.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=31.99%
G=26.88%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191001530.220.3500.4261.5120.9549.61
Hex77649916230281061532
Octal16714423126430504062562
Binary111011111001001001100110110100011010100010000011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776499; }

 p { color: rgb(119,100,153); }

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

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

 a { background-color: rgb(119,100,153); }

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

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

 span { border-color: rgb(119,100,153); }

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