#787091

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

Shades of Scampi #787091

Tints of Scampi #787091

Color information

#787091 (or 0x787091) is unknown color: approx Scampi. HEX triplet: 78, 70 and 91. RGB value is (120,112,145). Sum of RGB (Red+Green+Blue) = 120+112+145=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #787091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787091 is #878F6E. Grayscale: #767676. Windows color (decimal): -8884079 or 9531512. OLE color: 9531512.

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

Color convert

RGB120112145-
CMYK0.170.2300.43
HSL254.55º13.04%50.39%-
HSV(B)254.55º22.76%56.86%-
XYZ18.6517.6329.21-
YUV118.15143.15129.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=31.83%
G=29.71%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201121450.170.2300.43254.5513.0450.39
Hex787091111702Bffd32
Octal17016022121270533771562
Binary111100011100001001000110001101110101011111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787091; }

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

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

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

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

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

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

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

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