#776999

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

Shades of Scampi #776999

Tints of Scampi #776999

Color information

#776999 (or 0x776999) is unknown color: approx Scampi. HEX triplet: 77, 69 and 99. RGB value is (119,105,153). Sum of RGB (Red+Green+Blue) = 119+105+153=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #776999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776999 is #889666. Grayscale: #727272. Windows color (decimal): -8951399 or 10054007. OLE color: 10054007.

HSL color Cylindrical-coordinate representation of color #776999: hue angle of 257.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776999 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119105153-
CMYK0.220.3100.4
HSL257.5º19.05%50.59%-
HSV(B)257.5º31.37%60%-
XYZ18.4116.3232.32-
YUV114.66149.64131.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=31.56%
G=27.85%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191051530.220.3100.4257.519.0550.59
Hex776999161F0281021333
Octal16715123126370504022363
Binary11101111101001100110011011011111010100010000001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776999; }

 p { color: rgb(119,105,153); }

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

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

 a { background-color: rgb(119,105,153); }

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

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

 span { border-color: rgb(119,105,153); }

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