#787891

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

Shades of Scampi #787891

Tints of Scampi #787891

Color information

#787891 (or 0x787891) is unknown color: approx Scampi. HEX triplet: 78, 78 and 91. RGB value is (120,120,145). Sum of RGB (Red+Green+Blue) = 120+120+145=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #787891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787891 is #87876E. Grayscale: #7A7A7A. Windows color (decimal): -8882031 or 9533560. OLE color: 9533560.

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

Color convert

RGB120120145-
CMYK0.170.1700.43
HSL240º10.2%51.96%-
HSV(B)240º17.24%56.86%-
XYZ19.5719.4729.51-
YUV122.85140.5125.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=31.17%
G=31.17%
B=37.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201201450.170.1700.4324010.251.96
Hex787891111102Bf0a34
Octal17017022121210533601264
Binary111100011110001001000110001100010101011111100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787891; }

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

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

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

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

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

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

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

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