#78768D

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

Shades of Scampi #78768D

Tints of Scampi #78768D

Color information

#78768D (or 0x78768D) is unknown color: approx Scampi. HEX triplet: 78, 76 and 8D. RGB value is (120,118,141). Sum of RGB (Red+Green+Blue) = 120+118+141=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #78768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78768D is #878972. Grayscale: #797979. Windows color (decimal): -8882547 or 9270904. OLE color: 9270904.

HSL color Cylindrical-coordinate representation of color #78768D: hue angle of 245.22º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78768D is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120118141-
CMYK0.150.1600.45
HSL245.22º9.16%50.78%-
HSV(B)245.22º16.31%55.29%-
XYZ19.0318.8727.84-
YUV121.22139.16127.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=31.66%
G=31.13%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201181410.150.1600.45245.229.1650.78
Hex78768DF1002Df5933
Octal17016621517200553651163
Binary11110001110110100011011111100000101101111101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,118,141); }

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

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

 a { background-color: rgb(120,118,141); }

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

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

 span { border-color: rgb(120,118,141); }

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