#78709E

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

Shades of Scampi #78709E

Tints of Scampi #78709E

Color information

#78709E (or 0x78709E) is unknown color: approx Scampi. HEX triplet: 78, 70 and 9E. RGB value is (120,112,158). Sum of RGB (Red+Green+Blue) = 120+112+158=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #78709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78709E is #878F61. Grayscale: #777777. Windows color (decimal): -8884066 or 10383480. OLE color: 10383480.

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

Color convert

RGB120112158-
CMYK0.240.2900.38
HSL250.43º19.17%52.94%-
HSV(B)250.43º29.11%61.96%-
XYZ19.7118.0534.79-
YUV119.64149.65128.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=30.77%
G=28.72%
B=40.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201121580.240.2900.38250.4319.1752.94
Hex78709E181D026fa1335
Octal17016023630350463722365
Binary1111000111000010011110110001110101001101111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78709E; }

 p { color: rgb(120,112,158); }

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

<style>
 a { background-color: #78709E; }

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

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

<style>
 span { border-color: #78709E; }

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

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