#787195

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

Shades of Scampi #787195

Tints of Scampi #787195

Color information

#787195 (or 0x787195) is unknown color: approx Scampi. HEX triplet: 78, 71 and 95. RGB value is (120,113,149). Sum of RGB (Red+Green+Blue) = 120+113+149=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #787195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787195 is #878E6A. Grayscale: #777777. Windows color (decimal): -8883819 or 9793912. OLE color: 9793912.

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

Color convert

RGB120113149-
CMYK0.190.2400.42
HSL251.67º14.52%51.37%-
HSV(B)251.67º24.16%58.43%-
XYZ19.0817.9730.9-
YUV119.2144.82128.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=31.41%
G=29.58%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201131490.190.2400.42251.6714.5251.37
Hex787195131802Afcf33
Octal17016122523300523741763
Binary111100011100011001010110011110000101010111111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787195; }

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

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

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

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

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

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

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

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