#787499

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

Shades of Scampi #787499

Tints of Scampi #787499

Color information

#787499 (or 0x787499) is unknown color: approx Scampi. HEX triplet: 78, 74 and 99. RGB value is (120,116,153). Sum of RGB (Red+Green+Blue) = 120+116+153=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #787499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787499 is #878B66. Grayscale: #797979. Windows color (decimal): -8883047 or 10056824. OLE color: 10056824.

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

Color convert

RGB120116153-
CMYK0.220.2400.4
HSL246.49º15.35%52.75%-
HSV(B)246.49º24.18%60%-
XYZ19.7418.7832.72-
YUV121.41145.83126.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=30.85%
G=29.82%
B=39.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201161530.220.2400.4246.4915.3552.75
Hex7874991618028f6f35
Octal17016423126300503661765
Binary111100011101001001100110110110000101000111101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787499; }

 p { color: rgb(120,116,153); }

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

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

 a { background-color: rgb(120,116,153); }

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

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

 span { border-color: rgb(120,116,153); }

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