#776C9F

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

Shades of Scampi #776C9F

Tints of Scampi #776C9F

Color information

#776C9F (or 0x776C9F) is unknown color: approx Scampi. HEX triplet: 77, 6C and 9F. RGB value is (119,108,159). Sum of RGB (Red+Green+Blue) = 119+108+159=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #776C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C9F is #889360. Grayscale: #747474. Windows color (decimal): -8950625 or 10447991. OLE color: 10447991.

HSL color Cylindrical-coordinate representation of color #776C9F: hue angle of 252.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776C9F is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119108159-
CMYK0.250.3200.38
HSL252.94º20.99%52.35%-
HSV(B)252.94º32.08%62.35%-
XYZ19.2317.1535.1-
YUV117.1151.64129.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=30.83%
G=27.98%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191081590.250.3200.38252.9420.9952.35
Hex776C9F1920026fd1534
Octal16715423731400463752564
Binary11101111101100100111111100110000001001101111110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,159); }

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

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

 a { background-color: rgb(119,108,159); }

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

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

 span { border-color: rgb(119,108,159); }

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