#78689F

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

Shades of Scampi #78689F

Tints of Scampi #78689F

Color information

#78689F (or 0x78689F) is unknown color: approx Scampi. HEX triplet: 78, 68 and 9F. RGB value is (120,104,159). Sum of RGB (Red+Green+Blue) = 120+104+159=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #78689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78689F is #879760. Grayscale: #727272. Windows color (decimal): -8886113 or 10446968. OLE color: 10446968.

HSL color Cylindrical-coordinate representation of color #78689F: hue angle of 257.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78689F is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120104159-
CMYK0.250.3500.38
HSL257.45º22.27%51.57%-
HSV(B)257.45º34.59%62.35%-
XYZ18.9516.434.97-
YUV115.05152.8131.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=31.33%
G=27.15%
B=41.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201041590.250.3500.38257.4522.2751.57
Hex78689F19230261011634
Octal17015023731430464012664
Binary111100011010001001111111001100011010011010000000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78689F; }

 p { color: rgb(120,104,159); }

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

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

 a { background-color: rgb(120,104,159); }

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

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

 span { border-color: rgb(120,104,159); }

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