#776199

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

Shades of Scampi #776199

Tints of Scampi #776199

Color information

#776199 (or 0x776199) is unknown color: approx Scampi. HEX triplet: 77, 61 and 99. RGB value is (119,97,153). Sum of RGB (Red+Green+Blue) = 119+97+153=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #776199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776199 is #889E66. Grayscale: #6D6D6D. Windows color (decimal): -8953447 or 10051959. OLE color: 10051959.

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

Color convert

RGB11997153-
CMYK0.220.3700.4
HSL263.57º22.4%49.02%-
HSV(B)263.57º36.6%60%-
XYZ17.6314.7732.06-
YUV109.96152.29134.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=32.25%
G=26.29%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119971530.220.3700.4263.5722.449.02
Hex77619916250281081631
Octal16714123126450504102661
Binary111011111000011001100110110100101010100010000100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776199; }

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

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

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

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

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

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

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

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