#787095

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

Shades of Scampi #787095

Tints of Scampi #787095

Color information

#787095 (or 0x787095) is unknown color: approx Scampi. HEX triplet: 78, 70 and 95. RGB value is (120,112,149). Sum of RGB (Red+Green+Blue) = 120+112+149=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #787095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787095 is #878F6A. Grayscale: #767676. Windows color (decimal): -8884075 or 9793656. OLE color: 9793656.

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

Color convert

RGB120112149-
CMYK0.190.2500.42
HSL252.97º14.86%51.18%-
HSV(B)252.97º24.83%58.43%-
XYZ18.9617.7530.86-
YUV118.61145.15128.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=31.50%
G=29.40%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201121490.190.2500.42252.9714.8651.18
Hex787095131902Afdf33
Octal17016022523310523751763
Binary111100011100001001010110011110010101010111111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787095; }

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

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

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

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

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

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

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

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