#78789D

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

Shades of Scampi #78789D

Tints of Scampi #78789D

Color information

#78789D (or 0x78789D) is unknown color: approx Scampi. HEX triplet: 78, 78 and 9D. RGB value is (120,120,157). Sum of RGB (Red+Green+Blue) = 120+120+157=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #78789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78789D is #878762. Grayscale: #7C7C7C. Windows color (decimal): -8882019 or 10319992. OLE color: 10319992.

HSL color Cylindrical-coordinate representation of color #78789D: hue angle of 240º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78789D is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120120157-
CMYK0.240.2400.38
HSL240º15.88%54.31%-
HSV(B)240º23.57%61.57%-
XYZ20.5519.8634.65-
YUV124.22146.5124.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=30.23%
G=30.23%
B=39.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201201570.240.2400.3824015.8854.31
Hex78789D1818026f01036
Octal17017023530300463602066
Binary1111000111100010011101110001100001001101111000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78789D; }

 p { color: rgb(120,120,157); }

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

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

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

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

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

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

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