#776F9B

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

Shades of Scampi #776F9B

Tints of Scampi #776F9B

Color information

#776F9B (or 0x776F9B) is unknown color: approx Scampi. HEX triplet: 77, 6F and 9B. RGB value is (119,111,155). Sum of RGB (Red+Green+Blue) = 119+111+155=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #776F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F9B is #889064. Grayscale: #767676. Windows color (decimal): -8949861 or 10186615. OLE color: 10186615.

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

Color convert

RGB119111155-
CMYK0.230.2800.39
HSL250.91º18.03%52.16%-
HSV(B)250.91º28.39%60.78%-
XYZ19.2117.6633.41-
YUV118.41148.65128.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=30.91%
G=28.83%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191111550.230.2800.39250.9118.0352.16
Hex776F9B171C027fb1234
Octal16715723327340473732264
Binary1110111110111110011011101111110001001111111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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