#78719D

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

Shades of Scampi #78719D

Tints of Scampi #78719D

Color information

#78719D (or 0x78719D) is unknown color: approx Scampi. HEX triplet: 78, 71 and 9D. RGB value is (120,113,157). Sum of RGB (Red+Green+Blue) = 120+113+157=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #78719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78719D is #878E62. Grayscale: #777777. Windows color (decimal): -8883811 or 10318200. OLE color: 10318200.

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

Color convert

RGB120113157-
CMYK0.240.2800.38
HSL249.55º18.33%52.94%-
HSV(B)249.55º28.03%61.57%-
XYZ19.7418.2434.38-
YUV120.11148.82127.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=30.77%
G=28.97%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201131570.240.2800.38249.5518.3352.94
Hex78719D181C026fa1235
Octal17016123530340463722265
Binary1111000111000110011101110001110001001101111101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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