#78748E

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

Shades of Scampi #78748E

Tints of Scampi #78748E

Color information

#78748E (or 0x78748E) is unknown color: approx Scampi. HEX triplet: 78, 74 and 8E. RGB value is (120,116,142). Sum of RGB (Red+Green+Blue) = 120+116+142=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #78748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78748E is #878B71. Grayscale: #787878. Windows color (decimal): -8883058 or 9335928. OLE color: 9335928.

HSL color Cylindrical-coordinate representation of color #78748E: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78748E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120116142-
CMYK0.150.1800.44
HSL249.23º10.32%50.59%-
HSV(B)249.23º18.31%55.69%-
XYZ18.8718.4428.16-
YUV120.16140.33127.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=31.75%
G=30.69%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201161420.150.1800.44249.2310.3250.59
Hex78748EF1202Cf9a33
Octal17016421617220543711263
Binary11110001110100100011101111100100101100111110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,116,142); }

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

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

 a { background-color: rgb(120,116,142); }

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

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

 span { border-color: rgb(120,116,142); }

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