#78709D

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

Shades of Scampi #78709D

Tints of Scampi #78709D

Color information

#78709D (or 0x78709D) is unknown color: approx Scampi. HEX triplet: 78, 70 and 9D. RGB value is (120,112,157). Sum of RGB (Red+Green+Blue) = 120+112+157=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #78709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78709D is #878F62. Grayscale: #777777. Windows color (decimal): -8884067 or 10317944. OLE color: 10317944.

HSL color Cylindrical-coordinate representation of color #78709D: hue angle of 250.67º 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 #78709D is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120112157-
CMYK0.240.2900.38
HSL250.67º18.67%52.75%-
HSV(B)250.67º28.66%61.57%-
XYZ19.6318.0234.34-
YUV119.52149.15128.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=30.85%
G=28.79%
B=40.36%

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
Decimal1201121570.240.2900.38250.6718.6752.75
Hex78709D181D026fb1335
Octal17016023530350463732365
Binary1111000111000010011101110001110101001101111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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