#78799D

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

Shades of Scampi #78799D

Tints of Scampi #78799D

Color information

#78799D (or 0x78799D) is unknown color: approx Scampi. HEX triplet: 78, 79 and 9D. RGB value is (120,121,157). Sum of RGB (Red+Green+Blue) = 120+121+157=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #78799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78799D is #878662. Grayscale: #7C7C7C. Windows color (decimal): -8881763 or 10320248. OLE color: 10320248.

HSL color Cylindrical-coordinate representation of color #78799D: hue angle of 238.38º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78799D is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120121157-
CMYK0.240.2300.38
HSL238.38º15.88%54.31%-
HSV(B)238.38º23.57%61.57%-
XYZ20.6720.134.69-
YUV124.8146.17124.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=30.15%
G=30.40%
B=39.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201211570.240.2300.38238.3815.8854.31
Hex78799D1817026ee1036
Octal17017123530270463562066
Binary1111000111100110011101110001011101001101110111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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