#776898

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

Shades of Scampi #776898

Tints of Scampi #776898

Color information

#776898 (or 0x776898) is unknown color: approx Scampi. HEX triplet: 77, 68 and 98. RGB value is (119,104,152). Sum of RGB (Red+Green+Blue) = 119+104+152=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #776898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776898 is #889767. Grayscale: #717171. Windows color (decimal): -8951656 or 9988215. OLE color: 9988215.

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

Color convert

RGB119104152-
CMYK0.220.3200.40
HSL258.75º18.9%50.2%-
HSV(B)258.75º31.58%59.61%-
XYZ18.2316.0931.85-
YUV113.96149.47131.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=31.73%
G=27.73%
B=40.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191041520.220.3200.40258.7518.950.2
Hex77689816200281031332
Octal16715023026400504032362
Binary111011111010001001100010110100000010100010000001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776898; }

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

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

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

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

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

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

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

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