#776998

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

Shades of Scampi #776998

Tints of Scampi #776998

Color information

#776998 (or 0x776998) is unknown color: approx Scampi. HEX triplet: 77, 69 and 98. RGB value is (119,105,152). Sum of RGB (Red+Green+Blue) = 119+105+152=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #776998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776998 is #889667. Grayscale: #727272. Windows color (decimal): -8951400 or 9988471. OLE color: 9988471.

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

Color convert

RGB119105152-
CMYK0.220.3100.40
HSL257.87º18.58%50.39%-
HSV(B)257.87º30.92%59.61%-
XYZ18.3316.2931.88-
YUV114.54149.14131.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=31.65%
G=27.93%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191051520.220.3100.40257.8718.5850.39
Hex776998161F0281021332
Octal16715123026370504022362
Binary11101111101001100110001011011111010100010000001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776998; }

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

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

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

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

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

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

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

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