#776E90

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

Shades of Scampi #776E90

Tints of Scampi #776E90

Color information

#776E90 (or 0x776E90) is unknown color: approx Scampi. HEX triplet: 77, 6E and 90. RGB value is (119,110,144). Sum of RGB (Red+Green+Blue) = 119+110+144=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #776E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E90 is #88916F. Grayscale: #747474. Windows color (decimal): -8950128 or 9465463. OLE color: 9465463.

HSL color Cylindrical-coordinate representation of color #776E90: hue angle of 255.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776E90 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119110144-
CMYK0.170.2400.44
HSL255.88º13.39%49.8%-
HSV(B)255.88º23.61%56.47%-
XYZ18.2217.0928.72-
YUV116.57143.48129.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=31.90%
G=29.49%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191101440.170.2400.44255.8813.3949.8
Hex776E90111802C100d32
Octal16715622021300544001562
Binary1110111110111010010000100011100001011001000000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776E90; }

 p { color: rgb(119,110,144); }

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

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

 a { background-color: rgb(119,110,144); }

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

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

 span { border-color: rgb(119,110,144); }

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