#777894

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

Shades of Scampi #777894

Tints of Scampi #777894

Color information

#777894 (or 0x777894) is unknown color: approx Scampi. HEX triplet: 77, 78 and 94. RGB value is (119,120,148). Sum of RGB (Red+Green+Blue) = 119+120+148=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #777894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777894 is #88876B. Grayscale: #7A7A7A. Windows color (decimal): -8947564 or 9730167. OLE color: 9730167.

HSL color Cylindrical-coordinate representation of color #777894: hue angle of 237.93º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777894 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119120148-
CMYK0.200.1900.42
HSL237.93º11.93%52.35%-
HSV(B)237.93º19.59%58.04%-
XYZ19.6719.4930.74-
YUV122.89142.17125.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=30.75%
G=31.01%
B=38.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191201480.200.1900.42237.9311.9352.35
Hex777894141302Aeec34
Octal16717022424230523561464
Binary111011111110001001010010100100110101010111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777894; }

 p { color: rgb(119,120,148); }

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

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

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

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

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

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

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