#776798

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

Shades of Scampi #776798

Tints of Scampi #776798

Color information

#776798 (or 0x776798) is unknown color: approx Scampi. HEX triplet: 77, 67 and 98. RGB value is (119,103,152). Sum of RGB (Red+Green+Blue) = 119+103+152=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #776798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776798 is #889867. Grayscale: #717171. Windows color (decimal): -8951912 or 9987959. OLE color: 9987959.

HSL color Cylindrical-coordinate representation of color #776798: hue angle of 259.59º 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 #776798 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119103152-
CMYK0.220.3200.40
HSL259.59º19.22%50%-
HSV(B)259.59º32.24%59.61%-
XYZ18.1315.8931.82-
YUV113.37149.8132.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=31.82%
G=27.54%
B=40.64%

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
Decimal1191031520.220.3200.40259.5919.2250
Hex77679816200281041332
Octal16714723026400504042362
Binary111011111001111001100010110100000010100010000010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776798; }

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

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

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

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

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

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

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

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