#787392

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

Shades of Scampi #787392

Tints of Scampi #787392

Color information

#787392 (or 0x787392) is unknown color: approx Scampi. HEX triplet: 78, 73 and 92. RGB value is (120,115,146). Sum of RGB (Red+Green+Blue) = 120+115+146=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #787392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787392 is #878C6D. Grayscale: #777777. Windows color (decimal): -8883310 or 9597816. OLE color: 9597816.

HSL color Cylindrical-coordinate representation of color #787392: hue angle of 249.68º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #787392 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120115146-
CMYK0.180.2100.43
HSL249.68º12.45%51.18%-
HSV(B)249.68º21.23%57.25%-
XYZ19.0618.3329.73-
YUV120.03142.66127.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=31.50%
G=30.18%
B=38.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201151460.180.2100.43249.6812.4551.18
Hex787392121502Bfac33
Octal17016322222250533721463
Binary111100011100111001001010010101010101011111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787392; }

 p { color: rgb(120,115,146); }

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

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

 a { background-color: rgb(120,115,146); }

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

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

 span { border-color: rgb(120,115,146); }

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