#787599

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

Shades of Scampi #787599

Tints of Scampi #787599

Color information

#787599 (or 0x787599) is unknown color: approx Scampi. HEX triplet: 78, 75 and 99. RGB value is (120,117,153). Sum of RGB (Red+Green+Blue) = 120+117+153=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #787599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787599 is #878A66. Grayscale: #797979. Windows color (decimal): -8882791 or 10057080. OLE color: 10057080.

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

Color convert

RGB120117153-
CMYK0.220.2400.4
HSL245º15%52.94%-
HSV(B)245º23.53%60%-
XYZ19.8619.0232.76-
YUV122145.49126.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=30.77%
G=30%
B=39.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201171530.220.2400.42451552.94
Hex7875991618028f5f35
Octal17016523126300503651765
Binary111100011101011001100110110110000101000111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787599; }

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

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

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

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

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

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

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

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