#776E9A

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

Shades of Scampi #776E9A

Tints of Scampi #776E9A

Color information

#776E9A (or 0x776E9A) is unknown color: approx Scampi. HEX triplet: 77, 6E and 9A. RGB value is (119,110,154). Sum of RGB (Red+Green+Blue) = 119+110+154=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #776E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E9A is #889165. Grayscale: #757575. Windows color (decimal): -8950118 or 10120823. OLE color: 10120823.

HSL color Cylindrical-coordinate representation of color #776E9A: hue angle of 252.27º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776E9A is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119110154-
CMYK0.230.2900.40
HSL252.27º17.89%51.76%-
HSV(B)252.27º28.57%60.39%-
XYZ19.0217.4132.93-
YUV117.71148.48128.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=31.07%
G=28.72%
B=40.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191101540.230.2900.40252.2717.8951.76
Hex776E9A171D028fc1234
Octal16715623227350503742264
Binary1110111110111010011010101111110101010001111110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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