#786099

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

Shades of Scampi #786099

Tints of Scampi #786099

Color information

#786099 (or 0x786099) is unknown color: approx Scampi. HEX triplet: 78, 60 and 99. RGB value is (120,96,153). Sum of RGB (Red+Green+Blue) = 120+96+153=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #786099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786099 is #879F66. Grayscale: #6D6D6D. Windows color (decimal): -8888167 or 10051704. OLE color: 10051704.

HSL color Cylindrical-coordinate representation of color #786099: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786099 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12096153-
CMYK0.220.3700.4
HSL265.26º22.89%48.82%-
HSV(B)265.26º37.25%60%-
XYZ17.6814.6632.03-
YUV109.67152.45135.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=32.52%
G=26.02%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120961530.220.3700.4265.2622.8948.82
Hex78609916250281091731
Octal17014023126450504112761
Binary111100011000001001100110110100101010100010000100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786099; }

 p { color: rgb(120,96,153); }

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

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

 a { background-color: rgb(120,96,153); }

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

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

 span { border-color: rgb(120,96,153); }

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