#78749B

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

Shades of Scampi #78749B

Tints of Scampi #78749B

Color information

#78749B (or 0x78749B) is unknown color: approx Scampi. HEX triplet: 78, 74 and 9B. RGB value is (120,116,155). Sum of RGB (Red+Green+Blue) = 120+116+155=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #78749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78749B is #878B64. Grayscale: #797979. Windows color (decimal): -8883045 or 10187896. OLE color: 10187896.

HSL color Cylindrical-coordinate representation of color #78749B: hue angle of 246.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78749B is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120116155-
CMYK0.230.2500.39
HSL246.15º16.32%53.14%-
HSV(B)246.15º25.16%60.78%-
XYZ19.9118.8533.6-
YUV121.64146.83126.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=30.69%
G=29.67%
B=39.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201161550.230.2500.39246.1516.3253.14
Hex78749B1719027f61035
Octal17016423327310473662065
Binary1111000111010010011011101111100101001111111011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78749B; }

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

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

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

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

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

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

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

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