#787595

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

Shades of Scampi #787595

Tints of Scampi #787595

Color information

#787595 (or 0x787595) is unknown color: approx Scampi. HEX triplet: 78, 75 and 95. RGB value is (120,117,149). Sum of RGB (Red+Green+Blue) = 120+117+149=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #787595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787595 is #878A6A. Grayscale: #797979. Windows color (decimal): -8882795 or 9794936. OLE color: 9794936.

HSL color Cylindrical-coordinate representation of color #787595: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #787595 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB120117149-
CMYK0.190.2100.42
HSL245.62º13.11%52.16%-
HSV(B)245.62º21.48%58.43%-
XYZ19.5318.8931.05-
YUV121.54143.49126.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=31.09%
G=30.31%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201171490.190.2100.42245.6213.1152.16
Hex787595131502Af6d34
Octal17016522523250523661564
Binary111100011101011001010110011101010101010111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787595; }

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

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

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

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

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

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

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

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