#78729E

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

Shades of Scampi #78729E

Tints of Scampi #78729E

Color information

#78729E (or 0x78729E) is unknown color: approx Scampi. HEX triplet: 78, 72 and 9E. RGB value is (120,114,158). Sum of RGB (Red+Green+Blue) = 120+114+158=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #78729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78729E is #878D61. Grayscale: #787878. Windows color (decimal): -8883554 or 10383992. OLE color: 10383992.

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

Color convert

RGB120114158-
CMYK0.240.2800.38
HSL248.18º18.49%53.33%-
HSV(B)248.18º27.85%61.96%-
XYZ19.9318.534.87-
YUV120.81148.99127.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=30.61%
G=29.08%
B=40.31%

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
Decimal1201141580.240.2800.38248.1818.4953.33
Hex78729E181C026f81235
Octal17016223630340463702265
Binary1111000111001010011110110001110001001101111100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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