#78729F

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

Shades of Scampi #78729F

Tints of Scampi #78729F

Color information

#78729F (or 0x78729F) is unknown color: approx Scampi. HEX triplet: 78, 72 and 9F. RGB value is (120,114,159). Sum of RGB (Red+Green+Blue) = 120+114+159=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #78729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78729F is #878D60. Grayscale: #787878. Windows color (decimal): -8883553 or 10449528. OLE color: 10449528.

HSL color Cylindrical-coordinate representation of color #78729F: hue angle of 248º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78729F is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120114159-
CMYK0.250.2800.38
HSL248º18.99%53.53%-
HSV(B)248º28.3%62.35%-
XYZ20.0218.5335.32-
YUV120.92149.49127.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=30.53%
G=29.01%
B=40.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201141590.250.2800.3824818.9953.53
Hex78729F191C026f81336
Octal17016223731340463702366
Binary1111000111001010011111110011110001001101111100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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