#787491

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

Shades of Scampi #787491

Tints of Scampi #787491

Color information

#787491 (or 0x787491) is unknown color: approx Scampi. HEX triplet: 78, 74 and 91. RGB value is (120,116,145). Sum of RGB (Red+Green+Blue) = 120+116+145=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #787491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787491 is #878B6E. Grayscale: #787878. Windows color (decimal): -8883055 or 9532536. OLE color: 9532536.

HSL color Cylindrical-coordinate representation of color #787491: hue angle of 248.28º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #787491 is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120116145-
CMYK0.170.200.43
HSL248.28º11.65%51.18%-
HSV(B)248.28º20%56.86%-
XYZ19.118.5329.36-
YUV120.5141.83127.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 145 (57.03% from 255) = 38.06%
R=31.50%
G=30.45%
B=38.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201161450.170.200.43248.2811.6551.18
Hex787491111402Bf8c33
Octal17016422121240533701463
Binary111100011101001001000110001101000101011111110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787491; }

 p { color: rgb(120,116,145); }

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

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

 a { background-color: rgb(120,116,145); }

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

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

 span { border-color: rgb(120,116,145); }

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