#776D9B

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

Shades of Scampi #776D9B

Tints of Scampi #776D9B

Color information

#776D9B (or 0x776D9B) is unknown color: approx Scampi. HEX triplet: 77, 6D and 9B. RGB value is (119,109,155). Sum of RGB (Red+Green+Blue) = 119+109+155=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #776D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D9B is #889264. Grayscale: #757575. Windows color (decimal): -8950373 or 10186103. OLE color: 10186103.

HSL color Cylindrical-coordinate representation of color #776D9B: hue angle of 253.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776D9B is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119109155-
CMYK0.230.3000.39
HSL253.04º18.7%51.76%-
HSV(B)253.04º29.68%60.78%-
XYZ18.9917.2333.33-
YUV117.23149.31129.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=31.07%
G=28.46%
B=40.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191091550.230.3000.39253.0418.751.76
Hex776D9B171E027fd1334
Octal16715523327360473752364
Binary1110111110110110011011101111111001001111111110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,109,155); }

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

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

 a { background-color: rgb(119,109,155); }

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

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

 span { border-color: rgb(119,109,155); }

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