#777090

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

Shades of Scampi #777090

Tints of Scampi #777090

Color information

#777090 (or 0x777090) is unknown color: approx Scampi. HEX triplet: 77, 70 and 90. RGB value is (119,112,144). Sum of RGB (Red+Green+Blue) = 119+112+144=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #777090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777090 is #888F6F. Grayscale: #757575. Windows color (decimal): -8949616 or 9465975. OLE color: 9465975.

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

Color convert

RGB119112144-
CMYK0.170.2200.44
HSL253.12º12.6%50.2%-
HSV(B)253.12º22.22%56.47%-
XYZ18.4417.5228.8-
YUV117.74142.82128.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=31.73%
G=29.87%
B=38.4%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191121440.170.2200.44253.1212.650.2
Hex777090111602Cfdd32
Octal16716022021260543751562
Binary111011111100001001000010001101100101100111111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777090; }

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

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

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

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

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

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

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

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