#77689F

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

Shades of Scampi #77689F

Tints of Scampi #77689F

Color information

#77689F (or 0x77689F) is unknown color: approx Scampi. HEX triplet: 77, 68 and 9F. RGB value is (119,104,159). Sum of RGB (Red+Green+Blue) = 119+104+159=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #77689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77689F is #889760. Grayscale: #727272. Windows color (decimal): -8951649 or 10446967. OLE color: 10446967.

HSL color Cylindrical-coordinate representation of color #77689F: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77689F is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119104159-
CMYK0.250.3500.38
HSL256.36º22.27%51.57%-
HSV(B)256.36º34.59%62.35%-
XYZ18.8216.3334.96-
YUV114.76152.97131.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=31.15%
G=27.23%
B=41.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191041590.250.3500.38256.3622.2751.57
Hex77689F19230261001634
Octal16715023731430464002664
Binary111011111010001001111111001100011010011010000000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77689F; }

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

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

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

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

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

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

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

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