#78739A

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

Shades of Scampi #78739A

Tints of Scampi #78739A

Color information

#78739A (or 0x78739A) is unknown color: approx Scampi. HEX triplet: 78, 73 and 9A. RGB value is (120,115,154). Sum of RGB (Red+Green+Blue) = 120+115+154=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #78739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78739A is #878C65. Grayscale: #787878. Windows color (decimal): -8883302 or 10122104. OLE color: 10122104.

HSL color Cylindrical-coordinate representation of color #78739A: hue angle of 247.69º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78739A is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120115154-
CMYK0.220.2500.40
HSL247.69º16.18%52.75%-
HSV(B)247.69º25.32%60.39%-
XYZ19.7118.5933.12-
YUV120.94146.66127.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=30.85%
G=29.56%
B=39.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201151540.220.2500.40247.6916.1852.75
Hex78739A1619028f81035
Octal17016323226310503702065
Binary1111000111001110011010101101100101010001111100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78739A; }

 p { color: rgb(120,115,154); }

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

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

 a { background-color: rgb(120,115,154); }

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

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

 span { border-color: rgb(120,115,154); }

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